mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
enhance: Fix typo 'dimesion' to 'dimension' in PreExecute method (#42160)
This PR fixes a minor typo in a log message in the `PreExecute` method of `internal/datanode/index/task_index.go`. Corrected "dimesion" to "dimension". Signed-off-by: hckex <33862757+hckex@users.noreply.github.com>
This commit is contained in:
parent
fdf5e05c80
commit
020d36624c
@ -189,7 +189,7 @@ func (it *indexBuildTask) PreExecute(ctx context.Context) error {
|
||||
var err error
|
||||
it.req.Dim, err = strconv.ParseInt(dimStr, 10, 64)
|
||||
if err != nil {
|
||||
log.Ctx(ctx).Error("parse dimesion failed", zap.Error(err))
|
||||
log.Ctx(ctx).Error("parse dimension failed", zap.Error(err))
|
||||
// ignore error
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user