Rename InsertFutue to MutationFuture (#6144)

Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
pull/6149/head^2
zhenshan.cao 2021-06-26 21:52:14 +08:00 committed by GitHub
parent e6c21d86ce
commit b04f08b0c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -86,8 +86,8 @@ def change_mutation_result_to_primary_keys():
raise e
return change
from pymilvus import InsertFuture
InsertFuture.result = insert_future_decorator(InsertFuture.result)
from pymilvus import MutationFuture
MutationFuture.result = insert_future_decorator(MutationFuture.result)
def insert_decorator(func):
@functools.wraps(func)

View File

@ -12,7 +12,7 @@ pytest-print==0.2.1
pytest-level==0.1.1
pytest-xdist==2.2.1
pytest-parallel
pymilvus-orm==2.0a1.dev58
pymilvus-orm==2.0a1.dev59
pytest-rerunfailures==9.1.1
git+https://github.com/Projectplace/pytest-tags
ndg-httpsclient