提交 5a04f56a 编写于 作者: Z zhiru 提交者: jinhai

update


Former-commit-id: 5232df1758b4041adf936d8df46fe97ff89668cc
上级 7e96b554
......@@ -195,6 +195,10 @@ Status DBImpl::Query(const std::string& table_id, const std::vector<std::string>
return status;
}
for (auto& file_schema : files_array) {
ENGINE_LOG_DEBUG << "file_id: " << file_schema.file_id_;
}
if(files_array.empty()) {
return Status::Error("Invalid file id");
}
......
......@@ -502,11 +502,6 @@ ServerError SearchVectorTask::OnExecute() {
engine::QueryResults results;
uint64_t record_count = (uint64_t)record_array_.size();
SERVER_LOG_DEBUG << "file_id_array_: ";
for (auto& file_id : file_id_array_) {
SERVER_LOG_DEBUG << file_id;
}
if(file_id_array_.empty()) {
stat = DBWrapper::DB()->Query(table_name_, (size_t) top_k_, record_count, vec_f.data(), dates, results);
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册