Standing-Man commented on code in PR #15137: URL: https://github.com/apache/datafusion/pull/15137#discussion_r1990387563
########## datafusion/sqllogictest/test_files/explain_tree.slt: ########## @@ -179,19 +185,31 @@ physical_plan 06)└─────────────┬─────────────┘ 07)┌─────────────┴─────────────┐ 08)│ RepartitionExec │ -09)└─────────────┬─────────────┘ -10)┌─────────────┴─────────────┐ -11)│ AggregateExec │ -12)└─────────────┬─────────────┘ -13)┌─────────────┴─────────────┐ -14)│ RepartitionExec │ +09)│ -------------------- │ +10)│ output_partition_count: │ +11)│ 4 │ +12)│ │ +13)│ partitioning_scheme: │ +14)│ Hash([string_col@0], 4) │ Review Comment: Yes, you're right, the number of output partitions seems a bit redundant. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org