alamb commented on issue #12114: URL: https://github.com/apache/datafusion/issues/12114#issuecomment-2419978892
Update here: 1. We have the basic framework in place 2. I have a PR up to restructure the tests to make it easier to add queries https://github.com/apache/datafusion/pull/12847 Here is a list of additional coverage I think is needed - [ ] Add coverage of StringView/BinaryView - [ ] Add coverage of Decimal128 - [ ] Add coverage of Date/Time types (`Timestamp`, `Duration`, `Interval`, etc) - [ ] Add boolean columns (e.g. for group by and min/max/count) - [ ] Add coverage of streaming group by (I am working on this) - [ ] Add other aggregate functions listed in https://datafusion.apache.org/user-guide/sql/aggregate_functions_new.html @LeslieKid perhaps you could make a PR based on https://github.com/apache/datafusion/pull/12847 for one of those items (StringView or Decimal or Date type would be super great) -- 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]
