Github user guoxiaolongzte commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20557#discussion_r167416457
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/command/tables.scala ---
    @@ -539,15 +539,15 @@ case class DescribeTableCommand(
             throw new AnalysisException(
               s"DESC PARTITION is not allowed on a temporary view: 
${table.identifier}")
           }
    -      describeSchema(catalog.lookupRelation(table).schema, result, header 
= false)
    +      describeSchema(catalog.lookupRelation(table).schema, result, header 
= true)
    --- End diff --
    
    # Partition Information
    # col_name      data_type       comment
    
    Partition information also takes up two rows.
    I try to keep the head of the case, let rows number is displayed correctly.


---

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

Reply via email to