Jackie-Jiang opened a new pull request #6712: URL: https://github.com/apache/incubator-pinot/pull/6712
## Description Fix a bug in the DictionaryBasedGroupKeyGenerator where the group key map does not return -1 (invalid id) when the key does not exist, and causes incorrect result. This bug can be triggered if: - The cardinality product of the group-by columns are over Integer.MAX_VALUE - Number of groups are over the groups limit Also moves some test classes so that they are in the same package with the main classes -- 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]
