You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since empty field data has no info for fieldName nor field type
it's more meaningful to skip parse field data for empty resultSet
This PR adds ResultCount check before performing fieldData parsing
When resultSet is empty, the entry shall have no error with empty fields
See also milvus-io#623
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
Since empty field data has no info for fieldName nor field type
it's more meaningful to skip parse field data for empty resultSet
This PR adds ResultCount check before performing fieldData parsing
When resultSet is empty, the entry shall have no error with empty fields
See also #623
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
Is there an existing issue for this?
Current Behavior
Search result set will has error with "unsupported data type None of field" when resultset is empty
Expected Behavior
Resultset shall not have error when response result count is 0
Steps To Reproduce
No response
Environment
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: