You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "XiDuo You (Jira)" <ji...@apache.org> on 2022/10/14 10:02:00 UTC

[jira] [Updated] (SPARK-40798) Alter partition should verify value

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

XiDuo You updated SPARK-40798:
------------------------------
    Description: 
 
{code:java}
CREATE TABLE t (c int) USING PARQUET PARTITIONED BY(p int);

-- This DDL should fail but worked:
ALTER TABLE t ADD PARTITION(p='aaa'); {code}

  was:
This DDL should fail but worked:
{code:java}
CREATE TABLE t (c int) USING PARQUET PARTITIONED BY(p int);
ALTER TABLE t ADD PARTITION(p='aaa'); {code}


> Alter partition should verify value
> -----------------------------------
>
>                 Key: SPARK-40798
>                 URL: https://issues.apache.org/jira/browse/SPARK-40798
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 3.4.0
>            Reporter: XiDuo You
>            Priority: Major
>
>  
> {code:java}
> CREATE TABLE t (c int) USING PARQUET PARTITIONED BY(p int);
> -- This DDL should fail but worked:
> ALTER TABLE t ADD PARTITION(p='aaa'); {code}



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

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