[ 
https://issues.apache.org/jira/browse/SPARK-50690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hyukjin Kwon resolved SPARK-50690.
----------------------------------
    Fix Version/s: 4.0.0
       Resolution: Fixed

Issue resolved by pull request 49321
[https://github.com/apache/spark/pull/49321]

> Fix discrepancy in DESCRIBE TABLE columns list quoting
> ------------------------------------------------------
>
>                 Key: SPARK-50690
>                 URL: https://issues.apache.org/jira/browse/SPARK-50690
>             Project: Spark
>          Issue Type: Task
>          Components: SQL
>    Affects Versions: 4.0.0
>            Reporter: Amanda Liu
>            Assignee: Amanda Liu
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>
> Previously, the `DESCRIBE TABLE` SQL command displayed column lists such as 
> bucket and sort columns as so:
> Bucket Columns          [`a`]                                       
> Sort Columns            [`b`] 
>  
> However view query output columns were not quoted:
> View Query Output Columns      [c1] 
>  
> This issue fixes the discrepancy.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to