Skip to content

Commit

Permalink
enhance: Refine the code for returning error (#36103)
Browse files Browse the repository at this point in the history
issue: #36023

Signed-off-by: Cai Zhang <[email protected]>
  • Loading branch information
xiaocai2333 authored Sep 15, 2024
1 parent e486442 commit 517f8b3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/indexnode/task_index.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 517f8b3

Please sign in to comment.