[skip e2e] Update comments on client file (#14682)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/14688/head^2
wt 2021-12-31 14:41:18 +08:00 committed by GitHub
parent 738394573e
commit 35612881e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -254,9 +254,9 @@ class MilvusClient(object):
status = self._milvus.compact(tmp_collection_name)
self.check_status(status)
# only support "in" in expr
@time_wrapper
def get(self, ids, collection_name=None, timeout=None):
""" only support "in" in expr """
tmp_collection_name = self._collection_name if collection_name is None else collection_name
# res = self._milvus.get(tmp_collection_name, ids, output_fields=None, partition_names=None)
ids_expr = "id in %s" % (str(ids))