提交 43bc2cc6 编写于 作者: P peng.xu

remove conn_mgr from handler

remove conn_mgr from handler
上级 46210920
......@@ -388,8 +388,8 @@ class ServiceHandler(milvus_pb2_grpc.MilvusServiceServicer):
def _delete_by_range(self, table_name, start_date, end_date):
return self.router.connection().delete_vectors_by_range(table_name,
start_date,
end_date)
start_date,
end_date)
@mark_grpc_method
def DeleteByRange(self, request, context):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册