timsaucer opened a new pull request, #17407: URL: https://github.com/apache/datafusion/pull/17407
## Which issue does this PR close? - Closes #17400. ## Rationale for this change The FFI for aggregate functions was not updated to pass Fields instead of DataType when all of the other Field processing work was done. This corrects that oversight. ## What changes are included in this PR? - Change from `return_type` to `return_field` in aggregate FFI. - Adds unit test for round trip metadata. - Update unit test to call return_field since return_type is no longer implemented. ## Are these changes tested? Yes, additional tests included. ## Are there any user-facing changes? No -- 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]
