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 05:24:37 UTC

[GitHub] [incubator-pinot] snleee edited a comment on pull request #5410: Fix flaky test for InterSegmentResultTableMultiValueQueriesTest

snleee edited a comment on pull request #5410:
URL: https://github.com/apache/incubator-pinot/pull/5410#issuecomment-630587792


   e.g. `SELECT PERCENTILE50MV(column6) FROM testTable group by column7
   `, the first row of the query result is mostly `372`; however, it sometimes return `386` as the first row of the result 
   
   ```
   java.lang.AssertionError: Lists differ at element [0]: 372 != 386 expected [372] but found [386]
   Expected :372
   Actual :386
   <Click to see difference>
   ```
   
   ![Screen Shot 2020-05-18 at 9 26 33 PM](https://user-images.githubusercontent.com/27253407/82287846-faf74380-9955-11ea-80f8-fd0527e146bf.png)
   


----------------------------------------------------------------
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