未验证 提交 7ecafbd9 编写于 作者: D DanielHuang1983 提交者: GitHub

rename the variable name collection_schema (#2126)

Signed-off-by: NDanielHuang1983 <huanghe888@hotmail.com>
上级 53133aaf
......@@ -432,9 +432,9 @@ TEST_F(MySqlMetaTest, ARCHIVE_TEST_DISK) {
collection.collection_id_ = collection_id;
auto status = impl.CreateCollection(collection);
milvus::engine::meta::CollectionSchema table_schema;
table_schema.collection_id_ = "";
status = impl.CreateCollection(table_schema);
milvus::engine::meta::CollectionSchema collection_schema;
collection_schema.collection_id_ = "";
status = impl.CreateCollection(collection_schema);
milvus::engine::meta::SegmentsSchema files;
milvus::engine::meta::SegmentSchema table_file;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册