ankitsultana opened a new issue, #9189: URL: https://github.com/apache/pinot/issues/9189
You can run this query with the MULTI_STAGE quickstart for reproducing this: ``` SELECT a.playerID, a.runs, a.yearID, b.runs, b.yearID FROM baseballStats_OFFLINE AS a JOIN baseballStats_OFFLINE AS b ON a.playerID = b.playerID WHERE a.runs > 160 AND b.runs < 0 ``` cc: @walterddr <img width="1222" alt="image" src="https://user-images.githubusercontent.com/8644710/183790352-4f76dec3-4d25-4d17-bdc5-520709934319.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. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org.apache.org 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