jorgecarleitao opened a new pull request #8875: URL: https://github.com/apache/arrow/pull/8875
This PR is built on top of #8874 , and provides a modification to the `ExecutionContext` necessary to run joins where `register_table` is called between creation of `DataFrame`. The underlying issue is that the `ExecutionContextState` was not being shared between the `DataFrame`, thereby causing them to not share newly added tables. ---------------------------------------------------------------- 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]
