Jackie-Jiang commented on issue #5612: URL: https://github.com/apache/pinot/issues/5612#issuecomment-1408893599
Currently pinot doesn't support column alias within the config (alias in the query is supported). One workaround is to use the ingestion transform to mirror a column. It can also be applied to already existed segments. You may refer to this doc for [column transformation](https://docs.pinot.apache.org/developers/advanced/ingestion-level-transformations#column-transformation), where you can put the old column name as the `transformFunction` for the new column. Note that this will physically generate the new column, so segment size will increase -- 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