snleee commented on pull request #5410: URL: https://github.com/apache/incubator-pinot/pull/5410#issuecomment-630587792
For `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> ```  ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org