[
https://issues.apache.org/jira/browse/SPARK-28054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118452#comment-17118452
]
Hyukjin Kwon commented on SPARK-28054:
--------------------------------------
Feel free to open a PR to backport.
> Unable to insert partitioned table dynamically when partition name is upper
> case
> --------------------------------------------------------------------------------
>
> Key: SPARK-28054
> URL: https://issues.apache.org/jira/browse/SPARK-28054
> Project: Spark
> Issue Type: Bug
> Components: SQL
> Affects Versions: 2.4.3
> Reporter: ChenKai
> Assignee: L. C. Hsieh
> Priority: Major
> Fix For: 3.0.0
>
>
> {code:java}
> -- create sql and column name is upper case
> CREATE TABLE src (KEY STRING, VALUE STRING) PARTITIONED BY (DS STRING)
> -- insert sql
> INSERT INTO TABLE src PARTITION(ds) SELECT 'k' key, 'v' value, '1' ds
> {code}
> The error is:
> {code:java}
> Error in query:
> org.apache.hadoop.hive.ql.metadata.Table.ValidationFailureSemanticException:
> Partition spec {ds=, DS=1} contains non-partition columns;
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]