[skip e2e]Improve log for QueryNode spell (#13809)

Signed-off-by: xige-16 <xi.ge@zilliz.com>
pull/14247/head
xige-16 2021-12-20 23:10:51 +08:00 committed by GitHub
parent 4036fe34e4
commit dc7fb594af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1913,7 +1913,7 @@ func (st *searchTask) PostExecute(ctx context.Context) error {
Reason: filterReason,
},
}
return fmt.Errorf("no Available Query node result, filter reason %s: id %d", filterReason, st.ID())
return fmt.Errorf("no Available QueryNode result, filter reason %s: id %d", filterReason, st.ID())
}
validSearchResults, err := decodeSearchResults(filterSearchResults)