You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Shixiong Zhu (Jira)" <ji...@apache.org> on 2021/02/27 01:11:00 UTC

[jira] [Created] (SPARK-34556) Checking duplicate static partition columns doesn't respect case sensitive conf

Shixiong Zhu created SPARK-34556:
------------------------------------

             Summary: 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: 3.0.2, 2.4.7, 3.1.1
            Reporter: Shixiong Zhu


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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org