mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-05 16:15:56 +00:00
Merge branch 'master' into cluster-backup
This commit is contained in:
commit
94d45a36ed
1 changed files with 1 additions and 1 deletions
|
|
@ -5705,7 +5705,7 @@ func (e *executor) mapper(ctx context.Context, eg *errgroup.Group, ch chan mapRe
|
|||
// Group shards together by nodes.
|
||||
m, err := e.shardsByNode(nodes, index, shards)
|
||||
if err != nil {
|
||||
return errors.Wrapf(err, "shards by node %v", shardSlice(shards))
|
||||
return errors.Wrapf(err, "shards by node")
|
||||
}
|
||||
done := ctx.Done()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue