mirror of https://github.com/milvus-io/milvus.git
Clear redundant code line for test_bitmap (#9632)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>pull/9632/merge
parent
b8519416c0
commit
9229d56c96
|
@ -16,7 +16,7 @@
|
|||
TEST(Bitmap, Naive) {
|
||||
using namespace milvus;
|
||||
using namespace milvus::segcore;
|
||||
using namespace milvus::query;
|
||||
|
||||
auto schema = std::make_shared<Schema>();
|
||||
schema->AddDebugField("height", DataType::FLOAT);
|
||||
int N = 10000;
|
||||
|
|
Loading…
Reference in New Issue