You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/07/24 09:19:49 UTC

[GitHub] [spark] cxzl25 commented on pull request #29221: [SPARK-32426][SQL] ui shows sql after variable substitution

cxzl25 commented on pull request #29221:
URL: https://github.com/apache/spark/pull/29221#issuecomment-663440639


   ```sql
   set hivevar:XX=123;
   select '${XX}';
   ```
   ## Before  
   
   
   ![image](https://user-images.githubusercontent.com/3898450/88377252-6a176b00-cdd1-11ea-9077-d07a482e2762.png)
   
   ## After   
   
   
   ![image](https://user-images.githubusercontent.com/3898450/88377406-b367ba80-cdd1-11ea-9069-c8b29709e698.png)
   
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org