This is an automated email from the ASF dual-hosted git repository. alamb pushed a change to branch dependabot/cargo/main/libc-0.2.173 in repository https://gitbox.apache.org/repos/asf/datafusion.git
from bc99e7b669 chore(deps): bump libc from 0.2.172 to 0.2.173 add 36e823f061 Add note in upgrade guide about changes to `Expr::Scalar` in 48.0.0 (#16360) add dd936cb1b2 Update PMC management instructions to follow new ASF process (#16417) add 7d16764ec5 feat: Support RightMark join for NestedLoop and Hash join (#16083) add ad0c21f766 fix: Fixed error handling for `generate_series/range` (#16391) add 24f1bb5418 Add design process section to the docs (#16397) add 324a271982 chore(deps): bump rust_decimal from 1.37.1 to 1.37.2 (#16422) add 2cda100524 Merge branch 'main' into dependabot/cargo/main/libc-0.2.173 No new revisions were added by this update. Summary of changes: Cargo.lock | 4 +- datafusion/common/src/functional_dependencies.rs | 2 +- datafusion/common/src/join_type.rs | 14 ++- datafusion/core/tests/dataframe/mod.rs | 4 +- datafusion/core/tests/fuzz_cases/join_fuzz.rs | 25 ++++ .../physical_optimizer/enforce_distribution.rs | 5 +- datafusion/expr/src/logical_plan/builder.rs | 4 + datafusion/expr/src/logical_plan/invariants.rs | 5 +- datafusion/expr/src/logical_plan/plan.rs | 8 +- datafusion/functions-table/src/generate_series.rs | 16 ++- .../optimizer/src/optimize_projections/mod.rs | 11 +- datafusion/optimizer/src/push_down_filter.rs | 5 +- datafusion/physical-expr/src/equivalence/class.rs | 4 +- .../physical-optimizer/src/enforce_distribution.rs | 2 +- .../src/enforce_sorting/sort_pushdown.rs | 3 +- datafusion/physical-plan/src/joins/hash_join.rs | 134 +++++++++++++++++++-- .../physical-plan/src/joins/nested_loop_join.rs | 67 +++++++++-- .../physical-plan/src/joins/sort_merge_join.rs | 13 +- .../physical-plan/src/joins/symmetric_hash_join.rs | 20 ++- datafusion/physical-plan/src/joins/utils.rs | 93 ++++++++++---- .../proto-common/proto/datafusion_common.proto | 1 + datafusion/proto-common/src/generated/pbjson.rs | 3 + datafusion/proto-common/src/generated/prost.rs | 3 + .../proto/src/generated/datafusion_proto_common.rs | 3 + datafusion/proto/src/logical_plan/from_proto.rs | 1 + datafusion/proto/src/logical_plan/to_proto.rs | 1 + datafusion/sql/src/unparser/plan.rs | 36 ++++-- datafusion/sqllogictest/Cargo.toml | 2 +- .../sqllogictest/test_files/table_functions.slt | 23 ++-- .../src/logical_plan/consumer/rel/join_rel.rs | 1 + .../src/logical_plan/producer/rel/join.rs | 1 + docs/source/contributor-guide/index.md | 20 +++ docs/source/contributor-guide/inviting.md | 32 ++--- docs/source/library-user-guide/upgrading.md | 37 +++++- 34 files changed, 481 insertions(+), 122 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org