Jackie-Jiang opened a new pull request #5701: URL: https://github.com/apache/incubator-pinot/pull/5701
## Description Support BYTES type for DistinctCount aggregation function. Changes: - Add BYTES type support to `DistinctCountAggregationFunction` - Correctly handle BYTES type in `DictionaryBasedAggregationOperator` for DistinctCount - In order to correctly handle BYTES type in `DictionaryBasedAggregationOperator`, add `getValueType()` into the `Dictionary` interface - Add DistinctCountQueriesTest to test DistinctCount queries on all data types ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
