Skip to content

Commit efe60cd

Browse files
fix: runstat changes
1 parent e287165 commit efe60cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/db2/internal/backfill.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func (d *DB2) GetOrSplitChunks(ctx context.Context, pool *destination.WriterPool
8686
}
8787

8888
if hasRows {
89-
return nil, fmt.Errorf("stats not populated for table[%s]. Please run CLP command:\tRUNSTATS ON TABLE %s.%s WITH DETAILED INDEXES ALL;\t to update table statistics", stream.ID(), stream.Namespace(), stream.Name())
89+
return nil, fmt.Errorf("stats not populated for table[%s]. Please run CLP command:\tRUNSTATS ON TABLE %s.%s AND INDEXES ALL;\t to update table statistics", stream.ID(), stream.Namespace(), stream.Name())
9090
}
9191

9292
logger.Warnf("Table %s is empty, skipping chunking", stream.ID())

0 commit comments

Comments
 (0)