Browse Source

Update weed/filer/hbase/hbase_store.go

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
pull/7485/head
tam-i13 2 weeks ago
committed by GitHub
parent
commit
20166f2491
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      weed/filer/hbase/hbase_store.go

2
weed/filer/hbase/hbase_store.go

@ -211,7 +211,7 @@ func (store *HbaseStore) ListDirectoryPrefixedEntries(ctx context.Context, dirPa
resEachEntryFunc, resEachEntryFuncErr := eachEntryFunc(entry)
if resEachEntryFuncErr != nil {
return lastFileName, fmt.Errorf("failed to process eachEntryFunc: %w", resEachEntryFuncErr)
return lastFileName, fmt.Errorf("failed to process eachEntryFunc for entry %q: %w", entry.FullPath, resEachEntryFuncErr)
}
if !resEachEntryFunc {

Loading…
Cancel
Save