Wechar created SPARK-52306:
------------------------------

             Summary: Add support of ALTER TABLE ... UNSET SERDEPROPERTIES
                 Key: SPARK-52306
                 URL: https://issues.apache.org/jira/browse/SPARK-52306
             Project: Spark
          Issue Type: New Feature
          Components: SQL
    Affects Versions: 3.5.5
            Reporter: Wechar


Spark SQL supports set SERDE properties, see 
[details|https://spark.apache.org/docs/latest/sql-ref-syntax-ddl-alter-table.html#set-serde].

We can also support unset SERDE properties in Spark SQL:
{code:sql}
ALTER TABLE table_identifier partition_spec UNSET SERDEPROPERTIES [ IF EXISTS ] 
( key1, key2, ... )
{code}



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

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

Reply via email to