yahoNanJing commented on pull request #1987: URL: https://github.com/apache/arrow-datafusion/pull/1987#issuecomment-1064895220
Look good to introduce the *TaskContext* wrapping the *RuntimeEnv* for *ExecutionPlan* execute interface. With renaming *ExecutionContext* to *SessionContext* is also much meaningful for future multi-tenancy configurations. If it's not misleading, how about changing the *TaskContext* to *ExecutionContext* which may be better for the consistency of the *ExecutionPlan*. Then the change will be: - *ExecutionContext* -----> *SessionContext* - *RuntimeEnv* -----> *ExecutionContext* wrapping *RuntimeEnv* -- 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]
