mayankshriv commented on pull request #5410: URL: https://github.com/apache/incubator-pinot/pull/5410#issuecomment-630934467
In case of ties (multiple groups with same value), using `TOP 1` is also prone to the same issue. You can either fix the group by adding a filter, or using comparison code that queries for a larger top K and can handle ties. ---------------------------------------------------------------- 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]
