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