Amanda Liu created SPARK-50690:
----------------------------------
Summary: 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
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]