Clear redundant code line for test_bitmap (#9632)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
pull/9632/merge
Cai Yudong 2021-10-11 17:08:29 +08:00 committed by GitHub
parent b8519416c0
commit 9229d56c96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;