mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
enhance: [cherry-pick]Refine the code for returning error (#36104)
issue: #36023 master pr: #36103 Signed-off-by: Cai Zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
eb47150f66
commit
72f182384b
@ -543,9 +543,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…
x
Reference in New Issue
Block a user