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 2019/03/26 15:44:59 UTC

[GitHub] [spark] dilipbiswal opened a new pull request #24224: [SPARK-27285] Support describing output of CTE

dilipbiswal opened a new pull request #24224: [SPARK-27285] Support describing output of CTE
URL: https://github.com/apache/spark/pull/24224
 
 
   ## What changes were proposed in this pull request?
   SPARK-26982 allows users to describe output of a query. However, it had a limitation of not supporting CTEs due to limitation of the grammar having a single rule to parse both select and inserts. After SPARK-27209, which splits select and insert parsing to two different rules, we can now support describing output of the CTEs easily.
   
   ## How was this patch tested?
   Existing tests were modified.

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


With regards,
Apache Git Services

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