未验证 提交 29b9b26d 编写于 作者: Y yihao.dai 提交者: GitHub

Improve get vector error msg (#24838)

Signed-off-by: Nbigsheeper <yihao.dai@zilliz.com>
上级 0fefc52a
......@@ -495,7 +495,7 @@ func (s *LocalSegment) ValidateIndexedFieldsData(ctx context.Context, result *se
if err != nil {
return err
}
err = fmt.Errorf("output fields for %s index is not allowed", indexType)
err = fmt.Errorf("vector output fields for %s index is not allowed", indexType)
log.Warn("validate fields failed", zap.Error(err))
return err
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册