Commits


Jorge C. Leitao authored and Andrew Lamb committed d65ba4ec5da
ARROW-10844: [Rust] [DataFusion] Allow joins after a table registration This PR modifies 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. Closes #8911 from jorgecarleitao/no_context Authored-by: Jorge C. Leitao <jorgecarleitao@gmail.com> Signed-off-by: Andrew Lamb <andrew@nerdnetworks.org>