zhansg
zhansg
标量字段query查询时, 查询结果为空时报会打印error日志 ERROR 16824 --- i.m.client.AbstractMilvusGrpcClient : QueryRequest returns nothing: empty collection or improper expression 请问, 能不能查结果为空的情况给个单独日志, 与empty collection or improper expression分开, 或者调整日志级别不要给error。线上打error日志会被记录。 
when query a not existent data, the response is "queryResultsR: R{exception=Exception: emptly collection, status=26, data=null}", it's too scary, because I've really encountered this kind of situation. suggeste to correct the...
I've added an example implementation of a gRPC stream client in Java to enhance the utility for those new to gRPC. Additionally, I've writed code for converting gRPC client to...