milenkovicm commented on issue #1164:
URL: 
https://github.com/apache/datafusion-ballista/issues/1164#issuecomment-2612111558

   thanks @alamb 
   
   one of the biggest changes changes in ballista is removal of ballista 
context and exposing datafusion context directly to the user. we get almost all 
operations for free, and applications running on vanilla datafusion can run on 
ballista with single line change. this means all required manipulations to get 
this working have done somehow in the background. 
   from what I know so far DML is the only operation which makes this approach 
challenging, but I don't think its as how stopper.
   
   I also wanted to use this as opportunity to simply overall flow if possible 


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to