yashmayya opened a new pull request, #15308: URL: https://github.com/apache/pinot/pull/15308
- Fixes https://github.com/apache/pinot/issues/15238 - If these aggregation functions are currently used when there are multiple blocks per segment, they'll return an incorrect value because they're creating a new array / set each time `aggregate` is called instead of reusing the value from the result holder. - This patch fixes the above bug and adds a couple of tests. -- 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]
