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

Wenchen Fan reassigned SPARK-33511:
-----------------------------------

    Assignee: Maxim Gekk

> Respect case sensitivity in resolving partition specs V2
> --------------------------------------------------------
>
>                 Key: SPARK-33511
>                 URL: https://issues.apache.org/jira/browse/SPARK-33511
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 3.1.0
>            Reporter: Maxim Gekk
>            Assignee: Maxim Gekk
>            Priority: Major
>
> DSv1 DDL commands respect the SQL config spark.sql.caseSensitive, for example
> {code:java}
> spark-sql> CREATE TABLE tbl1 (id bigint, data string) USING parquet 
> PARTITIONED BY (id);
> spark-sql> ALTER TABLE tbl1 ADD PARTITION (ID=1);
> spark-sql> SHOW PARTITIONS tbl1;
> id=1
> {code}
> but the same ALTER TABLE command fails on DSv2.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to