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/04/17 07:21:31 UTC

[GitHub] [spark] dilipbiswal commented on a change in pull request #24385: [SPARK-27480][SQL] Improve explain output of describe query command to show the actual input query as opposed to a truncated logical plan.

dilipbiswal commented on a change in pull request #24385: [SPARK-27480][SQL] Improve explain output of describe query command to show the actual input query as opposed to a truncated logical plan.
URL: https://github.com/apache/spark/pull/24385#discussion_r276109024
 
 

 ##########
 File path: sql/core/src/main/scala/org/apache/spark/sql/execution/command/tables.scala
 ##########
 @@ -639,7 +639,7 @@ case class DescribeTableCommand(
  *    select * from (from a select * select *)
  * 7. Common table expressions (CTEs)
  */
-case class DescribeQueryCommand(query: LogicalPlan)
+case class DescribeQueryCommand(queryText: String)(query: LogicalPlan)
 
 Review comment:
   @cloud-fan @viirya Oh.. i think i did try it. Let me see why it didn't work.

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