[
https://issues.apache.org/jira/browse/SPARK-54710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Amanda Liu updated SPARK-54710:
-------------------------------
Description:
Support an AS JSON syntax for the SQL syntax, `SHOW PARTITIONS`.
See:
https://spark.apache.org/docs/latest/sql-ref-syntax-aux-show-partitions.html
was:
Support partitionSpec for Desc As JSON
Currently, partitionSpec is unsupported:
```
if (partitionSpec.nonEmpty) {
throw
QueryCompilationErrors.descPartitionNotAllowedOnTempView(v.identifier.name())
}
```
> SHOW PARTITIONS AS JSON
> -----------------------
>
> Key: SPARK-54710
> URL: https://issues.apache.org/jira/browse/SPARK-54710
> Project: Spark
> Issue Type: Sub-task
> Components: SQL
> Affects Versions: 4.2.0
> Reporter: Amanda Liu
> Priority: Major
>
> Support an AS JSON syntax for the SQL syntax, `SHOW PARTITIONS`.
>
> See:
> https://spark.apache.org/docs/latest/sql-ref-syntax-aux-show-partitions.html
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]