mirror of https://github.com/milvus-io/milvus.git
Rename InsertFutue to MutationFuture (#6144)
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>pull/6149/head^2
parent
e6c21d86ce
commit
b04f08b0c4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue