yahoNanJing opened a new issue #1910:
URL: https://github.com/apache/arrow-datafusion/issues/1910


   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   <!-- A clear and concise description of what the problem is. Ex. I'm always 
frustrated when [...] 
   (This section helps Arrow developers understand the context and *why* for 
this feature, in addition to  the *what*) -->
   
   Currently the ballista scheduler state mod messes many things up in the mod 
file, which is not good for code reviewing.
   
   
   **Describe the solution you'd like**
   <!-- A clear and concise description of what you want to happen. -->
   
   It's better to reorganize the scheduler contents as following:
   - backend, for persisting states in some storage
   - scheduler_state, for managing all of the scheduler states
   - task_scheduler, for fetching tasks to be scheduled
   - query_stage_scheduler, for dealing with stage status changes (TODO)
   
   **Additional context**
   #1704
   


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


Reply via email to