From 42aea879285e4e644ed381304d81469a7ed7bf22 Mon Sep 17 00:00:00 2001 From: "junjie.jiang" Date: Mon, 6 Feb 2023 10:17:07 +0800 Subject: [PATCH] update Signed-off-by: junjie.jiang --- milvus_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/milvus_client.py b/milvus_client.py index f57b015..ebe07c8 100644 --- a/milvus_client.py +++ b/milvus_client.py @@ -49,7 +49,7 @@ class MilvusClient(PyOperator): @property def shared_type(self): - return SharedType.Shareable + return SharedType.NotShareable def __del__(self): if connections.has_connection(self._connect_name):