amrishlal commented on pull request #7678: URL: https://github.com/apache/pinot/pull/7678#issuecomment-962114103
After this change, running the query `select DISTINCT playerID as x, teamID as y from baseballStats limit 10` produces the following results:  The column names in the result should be `x` instead of `as(playerID,x)` and `y instead of as(teamID,y)` since the columns are being aliased. Can we add a test case for this as well. -- 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 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