2010YOUY01 commented on PR #15717:
URL: https://github.com/apache/datafusion/pull/15717#issuecomment-2804879209

   > Makes sense to me -- thank you @2010YOUY01
   > 
   > One thought i had was to make this even more concise by putting input / 
output partition counts on a single line
   > 
   > So instead of
   > 
   > ```
   > 39)┌─────────────┴─────────────┐
   > 40)│      RepartitionExec      │
   > 41)│    --------------------   │
   > 42)│   input_partition_count:  │
   > 43)│             1             │
   > 44)│                           │
   > 45)│  output_partition_count:  │
   > 46)│             4             │
   > 47)│                           │
   > 48)│    partitioning_scheme:   │
   > 49)│     RoundRobinBatch(4)    │
   > 50)└─────────────┬─────────────┘
   > ```
   > 
   > More like
   > 
   > ```
   > 39)┌─────────────┴─────────────┐
   > 40)│      RepartitionExec      │
   > 41)│    --------------------   │
   > 42)│   partition_count(in->out):  │
   > 43)│             1 -> 4             │
   > 48)│    partitioning_scheme:   │
   > 49)│     RoundRobinBatch(4)    │
   > 50)└─────────────┬─────────────┘
   > ```
   
   I also prefer this single-line format, updated


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

Reply via email to