Skip to content

Commit

Permalink
[skip e2e] Update comments on client file (milvus-io#14682)
Browse files Browse the repository at this point in the history
Signed-off-by: wangting0128 <ting.wang@zilliz.com>
  • Loading branch information
wangting0128 authored Dec 31, 2021
1 parent 7383945 commit 3561288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/benchmark/milvus_benchmark/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,9 @@ def compact(self, collection_name=None):
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))
Expand Down

0 comments on commit 3561288

Please sign in to comment.