rdettai commented on issue #1916:
URL: 
https://github.com/apache/arrow-datafusion/issues/1916#issuecomment-1066162937


   > I think making a generic embedded distributing framework will be 
challenging as there are so many differing dimensions to consider (catalog 
structure, local caching, etc) that may be different
   
   Agreed! I was more thinking about designing the engine in modules that can 
be re-used more easily by other distributed system. For instance using 
[https://github.com/substrait-io/substrait] to serialize the tasks for the 
workers instead of the current custom protos could help re-use ballista workers 
with minimal effort from other systems.
   


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