mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Fix query error message (#6344)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
parent
e17fec9da9
commit
33162ca40f
@ -1563,8 +1563,6 @@ func (node *Proxy) Query(ctx context.Context, request *milvuspb.QueryRequest) (*
|
||||
}, nil
|
||||
}
|
||||
|
||||
errMsg := "Invalid expression!"
|
||||
err = errors.New(errMsg)
|
||||
return &milvuspb.QueryResults{
|
||||
Status: &commonpb.Status{
|
||||
ErrorCode: commonpb.ErrorCode_UnexpectedError,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user