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 96aa2a677 add a describe method on DataFrame like Polars (#5226)
add d9669841c fix nested loop join with literal join filter (#5431)
No new revisions were added by this update.
Summary of changes:
datafusion/core/src/physical_plan/joins/hash_join.rs | 6 +++---
.../core/src/physical_plan/joins/nested_loop_join.rs | 6 +++---
datafusion/core/src/physical_plan/joins/utils.rs | 14 +++++++++++++-
datafusion/core/tests/sqllogictests/test_files/join.slt | 12 ++++++++++++
4 files changed, 31 insertions(+), 7 deletions(-)