alamb opened a new issue, #13279: URL: https://github.com/apache/datafusion/issues/13279
### Is your feature request related to a problem or challenge? Part of https://github.com/apache/datafusion/issues/7065 We have a great aggregation fuzz tester that is run like this: ```shell cargo test --test fuzz -- aggregate ``` This fuzz tester is important to cover all the various combinations of types and columns and aggregates, given DataFusion has many different specialized code paths based on types. The fuzz tester currently covers many different types, but not all of them. This ticket covers adding support for a few more types ### Describe the solution you'd like Add support for the following data types: 1. `Float32/Float64` 2. `Timestamp` (`Timestamp(Seconds, ..)`, `Timestamp(Milliseconds, ..)`, ... 3. `Binary` / `LargeBinary` / `BinaryView` ### Describe alternatives you've considered I think following the model in this PR from @LeslieKid where they added time/interval/ decimal/utf8view in https://github.com/apache/datafusion/pull/13226 ### Additional context _No response_ -- 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]
