You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2020/05/19 16:31:50 UTC

[GitHub] [incubator-pinot] mayankshriv commented on pull request #5410: Fix flaky test for InterSegmentResultTableMultiValueQueriesTest

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org