gene-bordegaray opened a new pull request, #23480:
URL: https://github.com/apache/datafusion/pull/23480

   ## Which issue does this PR close?
   
   - Closes #23451
   
   ## Rationale for this change
   
   Partitioned sort merge and symmetric hash joins process matching child 
partition indexes together. Independent `KeyPartitioned` requirements do not 
express that cross-child invariant.
   
   ## What changes are included in this PR?
   
   - Declare co-partitioned input requirements for `SortMergeJoinExec` and 
partitioned `SymmetricHashJoinExec`.
   - Add sanity-check coverage for compatible and incompatible hash-partitioned 
children.
   - Add range-partitioning SLT coverage showing both joins remain 
conservatively repartitioned until their dedicated Range opt-in work lands.
   
   ## Are these changes tested?
   
   - `cargo fmt --all --check`
   - `cargo clippy --all-targets --all-features -- -D warnings`
   - `cargo test -p datafusion --test core_integration co_partitioned_children`
   - `cargo test -p datafusion-sqllogictest --test sqllogictests -- 
range_partitioning`
   
   ## Are there any user-facing changes?
   
   None.
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to