mirror of https://github.com/milvus-io/milvus.git
enhance: Refine the code for returning error (#36103)
issue: #36023 Signed-off-by: Cai Zhang <cai.zhang@zilliz.com>pull/36284/head
parent
e486442ca6
commit
517f8b3755
|
@ -364,9 +364,6 @@ func (it *indexBuildTask) parseFieldMetaFromBinlog(ctx context.Context) error {
|
|||
}
|
||||
data, err := it.cm.Read(ctx, toLoadDataPaths[0])
|
||||
if err != nil {
|
||||
if errors.Is(err, merr.ErrIoKeyNotFound) {
|
||||
return err
|
||||
}
|
||||
return err
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue