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


##########
ballista/scheduler/src/state/execution_stage.rs:
##########
@@ -797,6 +797,7 @@ impl RunningStage {
                         task_status::Status::Successful(SuccessfulTask {
                             executor_id,
                             partitions: _,
+                            task_column_stats: _,

Review Comment:
   Thank you for the feedback . I added scheduler side consumption into a DF 
native `ColumnStats` data structure for future reliance to improve distributed 
planning. I plan to add other fields `min` `max` etc in a follow up PR (which 
are left empty for now)



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