mbutrovich opened a new pull request, #23580:
URL: https://github.com/apache/datafusion/pull/23580

   ## Which issue does this PR close?
   
   - Backport of #22444 to `branch-54` (for 54.1.0, tracked in #22547).
   - Fixes wrong results #22441 (regression introduced in 54.0.0 by #21549).
   
   ## Rationale for this change
   
   `IS TRUE` in `EliminateOuterJoin` wrongly converts outer joins to inner 
joins, so 54.0.0 drops rows that 53.1.0 returned. Empirically verified: 53.1.0 
returns correct rows, 54.0.0 does not. No API changes, correctness-only fix, so 
it fits the backport criteria.
   
   ## What changes are included in this PR?
   
   Clean cherry-pick of #22444. No adaptation required.
   
   ## Are these changes tested?
   
   Yes. Carries the original regression coverage (`eliminate_outer_join.slt`), 
all tests pass.
   
   ## Are there any user-facing changes?
   
   Affected outer-join queries now return the correct rows. No API changes.
   


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