mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-02 08:55:56 +08:00
update
Former-commit-id: 2543b4f174931936a829eba157aec1fab6c0ef84
This commit is contained in:
parent
fd6d77d627
commit
ff9a3140c5
@ -191,10 +191,6 @@ 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");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user