This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
from deeaa5632 Minor: Move TableProviderFactories up out of RuntimeEnv and
into SessionState (#5477)
add 9e32de344 Pass booleans by value instead of by reference (#5487)
No new revisions were added by this update.
Summary of changes:
.../src/physical_optimizer/dist_enforcement.rs | 6 ++---
.../core/src/physical_optimizer/join_selection.rs | 14 ++++++------
.../core/src/physical_optimizer/pipeline_fixer.rs | 2 +-
.../core/src/physical_plan/joins/hash_join.rs | 26 +++++++++++-----------
.../src/physical_plan/joins/symmetric_hash_join.rs | 20 ++++++++---------
datafusion/core/src/physical_plan/planner.rs | 4 +++-
datafusion/core/tests/join_fuzz.rs | 2 +-
datafusion/proto/src/physical_plan/mod.rs | 6 ++---
8 files changed, 41 insertions(+), 39 deletions(-)