jayzhan211 opened a new issue, #10384: URL: https://github.com/apache/datafusion/issues/10384
### Is your feature request related to a problem or challenge? There are many rust test that exists in aggregate functions. Moving them to sqllogictest is easier to maintain and avoid additional testing functions like `generic_test_op`, `assert_string_aggregate`, `assert_aggregate`, `assert_error_bounds`, and so on. #10382 is an example of how tests are moved to. I think most of them are Good first issue: - [ ] Sum #10382 - [ ] Count #10383 - [ ] average - [ ] array_agg ### Describe the solution you'd like Port rust test in `datafusion/physical-expr/src/aggregate/tdigest.rs` to `datafusion/sqllogictest/test_files/aggregate.slt` ### Describe alternatives you've considered _No response_ ### 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]
