alamb opened a new pull request, #3425: URL: https://github.com/apache/arrow-datafusion/pull/3425
# Which issue does this PR close? Closes https://github.com/apache/arrow-datafusion/issues/600 # Rationale for this change It turns out that DataFusion supports user defined aggregates returning a struct but there is very little end to end SQL testing of the feature # What changes are included in this PR? Add a new "rust integration test" showing a user defined aggregate returning a struct. It can be run like ```shell cargo test -p datafusion --test user_defined_aggregates ``` # 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]
