sandugood commented on issue #1743:
URL: 
https://github.com/apache/datafusion-ballista/issues/1743#issuecomment-4546506300

   Sorry for a late response
   
   I am thinking about something similar to Spark's implementation of stages 
completion:
   1. Something like: `[Stage n] ====> (5/10)` if the partition count for this 
stage == 10. Right now we have a RunninStage struct that has all of the 
potential info (like `scheduled_tasks() - successfull_tasks()` ). 
   2. We could stream this info both to the client and possibly reuse it in the 
web-ui.
   
   wdyt?


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