Adam-Alani commented on PR #22689:
URL: https://github.com/apache/datafusion/pull/22689#issuecomment-4660781958

   Extracted the breaking-change parts (the `LambdaExpr::try_new` / 
`expressions::lambda(...)` signature change adding `outer_columns_count`) into 
#22853 per your request.
   
   This PR is now draft + blocked on that one:
   - Reverted `lambda.rs` / `higher_order_function.rs` / `planner.rs` to 
`upstream/main`.
   - Removed the sqllogictest file (every query uses `(k, v) -> body`).
   - Marked the 5 affected unit tests with `#[ignore = "blocked on 
apache/datafusion#22853: multi-param lambda projection fix"]`. The two that 
don't depend on the fix (`transform_values_uses_keys_via_case` and 
`transform_values_all_null_rows_returns_null_array`) still run.
   
   Once #22853 merges I'll rebase this on `main`, drop the ignore markers, and 
restore the sqllogictest.


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