houqp edited a comment on issue #824:
URL: 
https://github.com/apache/arrow-datafusion/issues/824#issuecomment-894745875


   If it's for memory control, perhaps we could extend `ExecutionPlan`'s 
`execute` method to take an extra `ExecutionContext` as a second argument? Then 
within each physical operator's implementation, we can have the operator access 
the passed in context for memory control.
   
   @jorgecarleitao @andygrove @alamb @Dandandan for the context, @yjshen is 
working on a native spark executor using Datafusion: 
https://the-asf.slack.com/archives/C01QUFS30TD/p1621582734043500.
   
   Executor memory control would be very relevant to ballista as well, so I am 
curious if @andygrove has any opinion on what's the right abstraction here.
   
   


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