xiangfu0 commented on pull request #7678:
URL: https://github.com/apache/pinot/pull/7678#issuecomment-962185901


   > After this change, running the query `select DISTINCT playerID as x, 
teamID as y from baseballStats limit 10` produces the following results:
   > 
   > 
![image](https://user-images.githubusercontent.com/4550395/140558893-f19a2a1e-5f03-44d2-957d-8a0c5955baa6.png)
   > 
   > 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.
   
   fixed and added the integration tests


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

Reply via email to