egalpin opened a new issue, #11477:
URL: https://github.com/apache/pinot/issues/11477

   It would be nice to have the ability to define in the schema a virtual or 
alias column which simply causes a different physical column to be fetched at 
query time.  This would mirror the exact same functionality as `SELECT foo AS 
bar`, except that assigning the alias at query time would not be required.  It 
would be required that any alias column could not share a name with a physical 
column.
   
   In particular, this feature would allow for the support of a UNION like 
operation when combined with the notion of table aliasing[1].
   
   [1] https://github.com/apache/pinot/issues/10712


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

Reply via email to