RonZhang724 commented on issue #415:
URL: https://github.com/apache/incubator-livy/issues/415#issuecomment-1944043217

   @s0nskar Thank you for working on this. My company uses AWS EMR for our data 
processing tasks. EMR uses livy to handle job submissions, and we noticed the 
same issue when submitting queries with backticks. This has resulted us having 
to change the queries on our side. And it prevented us from using dot notations 
in our query ALIAS. 
   
   For example, the following will not work 
   ```
     COALESCE(
       `measure`.`region`,
     ) AS `measure_alias.region_alias`
   ```
   
   It would be nice if we could have this change included in the up coming livy 
releases.
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to