mirror of https://github.com/milvus-io/milvus.git
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…
Reference in New Issue