未验证 提交 b04f08b0 编写于 作者: Z zhenshan.cao 提交者: GitHub

Rename InsertFutue to MutationFuture (#6144)

Signed-off-by: Nzhenshan.cao <zhenshan.cao@zilliz.com>
上级 e6c21d86
......@@ -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)
......
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册