Amogh-2404 opened a new pull request, #23908: URL: https://github.com/apache/datafusion/pull/23908
## Which issue does this PR close? Part of #22331. ## Rationale for this change `ForeignAggregateUDF` currently inherits the default `supports_null_handling_clause` value, so producer overrides are lost across the FFI boundary. ## What changes are included in this PR? - Forward `supports_null_handling_clause` through `FFI_AggregateUDF`. - Add forced-foreign unit coverage and cross-library positive/negative coverage. ## Are these changes tested? Yes; formatting, clippy, `datafusion-ffi` tests, doctests, and the extended SQL suite pass locally. ## Are there any user-facing changes? Yes. Foreign aggregate UDFs retain producer support for `IGNORE NULLS` and `RESPECT NULLS`. The `FFI_AggregateUDF` layout changes and requires the `api change` label. -- 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]
