Dandandan commented on code in PR #18880:
URL: https://github.com/apache/datafusion/pull/18880#discussion_r2552840621
##########
datafusion/core/tests/physical_optimizer/partition_statistics.rs:
##########
@@ -878,9 +878,9 @@ mod test {
partition_row_counts.push(total_rows);
}
assert_eq!(partition_row_counts.len(), 3);
- assert_eq!(partition_row_counts[0], 2);
+ assert_eq!(partition_row_counts[0], 1);
Review Comment:
This shows the improvement - all output partitions get at least 1 batch.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]