tz70s commented on code in PR #6202:
URL: https://github.com/apache/arrow-datafusion/pull/6202#discussion_r1184509892
##########
datafusion/core/src/physical_optimizer/combine_partial_final_agg.rs:
##########
@@ -362,7 +362,7 @@ mod tests {
let expected = &[
"AggregateExec: mode=Final, gby=[], aggr=[COUNT(2)]",
"AggregateExec: mode=Partial, gby=[], aggr=[COUNT(1)]",
- "ParquetExec: limit=None, partitions={1 group: [[x]]},
projection=[a, b, c]",
+ "ParquetExec: file_groups={1 group: [[x]]}, projection=[a, b, c],
limit=None, output_ordering=[]",
Review Comment:
Yup just now I second that a compact output will be better.
Made the change accordingly!
--
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]