Amanda Liu created SPARK-54710:
----------------------------------

             Summary: Support partition spec for Desc 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


Support partitionSpec for Desc As JSON

 

Currently, partitionSpec is unsupported:

```

if (partitionSpec.nonEmpty) {
          throw 
QueryCompilationErrors.descPartitionNotAllowedOnTempView(v.identifier.name())
        }

```



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