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

   ## Which issue does this PR close?
   
   - Backport of #22915 to `branch-54` (for 54.1.0, tracked in #22547).
   - Fixes planning failure #22477 (regression introduced in 54.0.0 by #21265).
   
   ## Rationale for this change
   
   `= ANY (SELECT ...)` and `<> ALL (SELECT ...)` fail to plan in 54.0.0 with 
`duplicate unqualified field name mark`. Empirically verified working on the 
published 53.1.0 crate. No API changes, so it fits the backport criteria.
   
   ## What changes are included in this PR?
   
   Clean cherry-pick of #22915. No adaptation required.
   
   ## Are these changes tested?
   
   Yes. Carries the original regression coverage (`subquery.slt`), all tests 
pass.
   
   ## Are there any user-facing changes?
   
   These subquery forms plan again. 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