amrishlal opened a new issue #6324: URL: https://github.com/apache/incubator-pinot/issues/6324
Running the following queries against the sample baseballStates table in Pinot query console causes NPE stack trace to show up in console: ``` select playerName, percentile(homeRuns, 80) from baseballStats limit 10 select playerName, percentile50mv(homeRuns) from baseballStats group by playerName limit 100 ``` ---------------------------------------------------------------- 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]
