Jackie-Jiang opened a new pull request, #11630: URL: https://github.com/apache/pinot/pull/11630
- For single join key and group key scenario, no need to wrap the values into the `Key` object. Directly use the value as the key in the map. - Optimize the case of no join key - In group-by executor, store merged results in `ArrayList`, group key map in `Object2IntOpenHashMap` - In join operator, store matched right rows in `BitSet` - Use `RANDOM_DISTRIBUTED` when there is no distribution key for `HASH_DISTRIBUTED` -- 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]
