maryannxue opened a new pull request #26959: [SPARK-30315] Add adaptive execution context URL: https://github.com/apache/spark/pull/26959 ### What changes were proposed in this pull request? This is a minor code refactoring PR. It creates an adaptive execution context class to wrap objects shared across main query and sub-queries. ### Why are the changes needed? This refactoring will improve code readability and reduce the number of parameters used to initialize `AdaptiveSparkPlanExec`. ### Does this PR introduce any user-facing change? No. ### How was this patch tested? Passed existing UTs.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
