mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
fix session bug
This commit is contained in:
parent
c8f9bc5962
commit
f22204878a
@ -60,7 +60,6 @@ class ServiceHandler(milvus_pb2_grpc.MilvusServiceServicer):
|
||||
Tables.table_id==table_id,
|
||||
Tables.state!=Tables.TO_DELETE
|
||||
)).first()
|
||||
logger.error(table)
|
||||
|
||||
if not table:
|
||||
raise exceptions.TableNotFoundError(table_id)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user