2010YOUY01 commented on code in PR #15606:
URL: https://github.com/apache/datafusion/pull/15606#discussion_r2030756671


##########
datafusion/physical-plan/src/repartition/mod.rs:
##########
@@ -510,7 +510,7 @@ impl DisplayAs for RepartitionExec {
                 writeln!(f, "partitioning_scheme={}", self.partitioning(),)?;
                 writeln!(
                     f,
-                    "output_partition_count={}",
+                    "input_partition_count={}",
                     self.input.output_partitioning().partition_count()

Review Comment:
   Maybe as a follow-up task we can update it to be more clear like
   ```text
   input_partition_count: 1
   output_partition_count: 4
   
   partition_scheme: RoundRobin
   ```



-- 
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]

Reply via email to