We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a25c59 commit baa6d11Copy full SHA for baa6d11
plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/BaseIcebergConnectorTest.java
@@ -4588,7 +4588,7 @@ private void testStatsBasedRepartitionData(boolean ctas)
4588
ctas,
4589
"'orderstatus'",
4590
3);
4591
- // Test uses relatively small table (60K rows). When engine doesn't redistribute data for writes,
+ // Test uses relatively small table (15K rows). When engine doesn't redistribute data for writes,
4592
// occasionally a worker node doesn't get any data and fewer files get created.
4593
assertEventually(new Duration(3, MINUTES), () -> {
4594
testRepartitionData(
0 commit comments