Skip to content

Commit

Permalink
Fix comment in testStatsBasedRepartitionData
Browse files Browse the repository at this point in the history
The source table, tpch.tiny.orders, has 15K rows.
  • Loading branch information
findepi committed May 10, 2023
1 parent d60201b commit d7da454
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4588,7 +4588,7 @@ private void testStatsBasedRepartitionData(boolean ctas)
ctas,
"'orderstatus'",
3);
// 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,
// occasionally a worker node doesn't get any data and fewer files get created.
assertEventually(new Duration(3, MINUTES), () -> {
testRepartitionData(
Expand Down

0 comments on commit d7da454

Please sign in to comment.