1 parent ee1ab5c commit a8f7851Copy full SHA for a8f7851
pkg/bloombuild/planner/planner.go
@@ -654,7 +654,7 @@ func (p *Planner) loadTenantTables(
654
655
// If this is the first this we see this table, initialize the map
656
if tenantTables[table] == nil {
657
- tenantTables[table] = make([]string, tenants.Remaining())
+ tenantTables[table] = make([]string, 0, tenants.Remaining())
658
}
659
660
for tenants.Next() && tenants.Err() == nil && ctx.Err() == nil {
0 commit comments