abhiaagarwal opened a new issue, #1323:
URL: https://github.com/apache/datafusion-ballista/issues/1323

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   
   I was looking at datafusion-distributed earlier today, and rather than 
setting global config for each scheduler/executor, it provides an extension 
that ser/deserializes a `SessionContext` in each request. In theory, 
implementing this would allow the executors/schedulers to be entirely 
configure-less.
   
   **Describe the solution you'd like**
   
   Use this trait: 
https://github.com/datafusion-contrib/datafusion-distributed/blob/main/src/distributed_ext.rs
   
   **Describe alternatives you've considered**
   N/A
   
   **Additional context**
   N/A


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