提交 41f723b1 编写于 作者: Y Yu Kun

Merge branch 'branch-0.4.0' of 192.168.1.105:kun.yu/milvus into branch-0.4.0


Former-commit-id: 6a44b05f060f493f8b769f7e0edf243cf30c4aee
......@@ -3,6 +3,7 @@ cpp/cmake-build-debug/
cpp/cmake-build-release/
cpp/cmake_build
cpp/.idea/
cpp/thirdparty/knowhere_build
.idea/
.ycm_extra_conf.py
......
......@@ -107,6 +107,8 @@ CreateTableTask::CreateTableTask(const ::milvus::grpc::TableSchema& schema)
BaseTaskPtr
CreateTableTask::Create(const ::milvus::grpc::TableSchema& schema) {
// BaseTaskPtr create_table_task_ptr = std::make_shared<CreateTableTask>(schema);
// return create_table_task_ptr;
return std::shared_ptr<BaseTask>(new CreateTableTask(schema));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册