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

   - Part of https://github.com/apache/datafusion/issues/21080
   
   This PR:
   - Backports https://github.com/apache/datafusion/pull/22593 from 
@LiaCastaneda to the `branch-54` line
   
   ## Note on conflict resolution
   
   The cherry-pick had conflicts in two test areas:
   - `datafusion/functions-nested/src/array_any_match.rs` — only the 
test-module `use` line conflicted; `branch-54`'s test does not reference the 
renamed symbols, so the existing import was kept (the production 
`HigherOrderUDF` -> `HigherOrderUDFImpl` rename applied cleanly).
   - `datafusion/substrait/tests/cases/roundtrip_logical_plan.rs` — the 
upstream PR modified the `roundtrip_array_transform_higher_order_function` test 
and `ArrayTransform` helper, but that test was added to `main` after 
`branch-54` was cut and does not exist on `branch-54`. It is out of scope for 
this refactor backport, so the `branch-54` file was left unchanged.
   


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