Amogh-2404 opened a new pull request, #23069: URL: https://github.com/apache/datafusion/pull/23069
## Which issue does this PR close? - Closes #22330. ## Rationale for this change `FFI_ScalarUDF` did not expose `ScalarUDFImpl::preserves_lex_ordering`, so a producer override was lost when the UDF crossed the FFI boundary. ## What changes are included in this PR? - Adds `preserves_lex_ordering` to `FFI_ScalarUDF`. - Converts `ExprProperties` through the existing FFI representation. - Adds unit and cross-library integration coverage for the foreign UDF path. ## Are these changes tested? - `cargo fmt --all` - `cargo test -p datafusion-ffi` - `cargo test -p datafusion-ffi --features integration-tests` - `cargo clippy -p datafusion-ffi --all-targets --all-features -- -D warnings` - Pre-push gate, including workspace clippy and sqllogictests ## Are there any user-facing changes? No end-user behavior change. This updates the DataFusion FFI ABI. -- 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]
