coderfender commented on code in PR #1916:
URL: 
https://github.com/apache/datafusion-ballista/pull/1916#discussion_r3532385060


##########
ballista/core/src/execution_plans/sort_shuffle/writer.rs:
##########
@@ -368,7 +368,10 @@ impl SortShuffleWriterExec {
                 }
             }
 
-            Ok(results)
+            Ok(ShuffleWriteResult {
+                partitions: results,
+                column_stats: vec![],

Review Comment:
   True. I plan to add stat calculation for other repartition types in follow 
up PR. For now, I've added comments explaining the gap



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