Skip to content

Commit baa6d11

Browse files
committed
Fix comment in testStatsBasedRepartitionData
The source table, tpch.tiny.orders, has 15K rows.
1 parent 0a25c59 commit baa6d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/BaseIcebergConnectorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4588,7 +4588,7 @@ private void testStatsBasedRepartitionData(boolean ctas)
45884588
ctas,
45894589
"'orderstatus'",
45904590
3);
4591-
// Test uses relatively small table (60K rows). When engine doesn't redistribute data for writes,
4591+
// Test uses relatively small table (15K rows). When engine doesn't redistribute data for writes,
45924592
// occasionally a worker node doesn't get any data and fewer files get created.
45934593
assertEventually(new Duration(3, MINUTES), () -> {
45944594
testRepartitionData(

0 commit comments

Comments
 (0)