avantgardnerio commented on code in PR #2305:
URL: 
https://github.com/apache/datafusion-ballista/pull/2305#discussion_r3789785132


##########
ballista/scheduler/src/state/execution_graph_dot.rs:
##########
@@ -510,37 +424,45 @@ filter_expr="]
         let expected = r#"digraph G {
        subgraph cluster0 {
                label = "Stage 1 [Resolved]";
-               stage_1_0 [shape=box, label="SortShuffleWriter [2 partitions]"]
-               stage_1_0_0 [shape=box, label="DataSourceExec: (Memory) [2 
partitions]"]
+               stage_1_0 [shape=box, label="SortShuffleWriterExec
+partitioning=Hash([a@0], 48)"]

Review Comment:
   Claude had an interesting comment about how this is _output_ partitioning, 
and it isn't always easy to determine _input_ partitioning. Not a blocker.



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