mkleen opened a new pull request, #23234:
URL: https://github.com/apache/datafusion/pull/23234

   ## Which issue does this PR close?
   
   - Relates to https://github.com/apache/datafusion/issues/22989 but does not 
close it. More types are coming.
   
   ## Rationale for this change
   
   - Support the `Interval` type for `approx_distinct`
   
   - The Arrow type `Interval` in the `YearMonth`, `DayTime` and `MonthDayNano` 
variant can be directly supported for `NumericHLLAccumulator` and 
`HllGroupsAccumulator`
   
   ## What changes are included in this PR?
   
   - Enable `NumericHLLAccumulator` and `HllGroupsAccumulator` to support 
`Interval`.
   - Tests for the non-grouped and grouped path as part of 
`approx_distinct.rst` and `aggregate.slt` 
   - Benchmarks 
   
   ## Are these changes tested?
   
   Yes
   
   ## Are there any user-facing changes?
   
   Yes, `approx_distinct` supports now `Interval` but no breaking changes.
   
   


-- 
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]

Reply via email to