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

Hyukjin Kwon resolved SPARK-34556.
----------------------------------
    Fix Version/s: 3.1.2
                   3.0.3
       Resolution: Fixed

Issue resolved by pull request 31714
[https://github.com/apache/spark/pull/31714]

> Checking duplicate static partition columns doesn't respect case sensitive 
> conf
> -------------------------------------------------------------------------------
>
>                 Key: SPARK-34556
>                 URL: https://issues.apache.org/jira/browse/SPARK-34556
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 2.4.7, 3.0.2, 3.1.1
>            Reporter: Shixiong Zhu
>            Assignee: Shixiong Zhu
>            Priority: Major
>             Fix For: 3.0.3, 3.1.2
>
>
> When parsing the partition spec, Spark will call 
> `org.apache.spark.sql.catalyst.parser.ParserUtils.checkDuplicateKeys` to 
> check if there are duplicate partition column names in the list. But this 
> method is always case sensitive and doesn't discover duplicate partition 
> column names when using different cases.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to