Fix query error message (#6344)

Signed-off-by: fishpenguin <kun.yu@zilliz.com>
pull/6373/head
yukun 2021-07-08 15:05:52 +08:00 committed by GitHub
parent e17fec9da9
commit 33162ca40f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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,