[
https://issues.apache.org/jira/browse/HIVE-17845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16211224#comment-16211224
]
Ashutosh Chauhan commented on HIVE-17845:
-----------------------------------------
+1
> insert fails if target table columns are not lowercase
> ------------------------------------------------------
>
> Key: HIVE-17845
> URL: https://issues.apache.org/jira/browse/HIVE-17845
> Project: Hive
> Issue Type: Bug
> Affects Versions: 1.2.1
> Reporter: Naresh P R
> Assignee: Naresh P R
> Priority: Minor
> Fix For: 2.3.0
>
> Attachments: HIVE-17845.patch
>
>
> eg.,
> INSERT INTO TABLE EMP(ID,NAME) select * FROM SRC;
> FAILED: SemanticException 1:27 '[ID,NAME]' in insert schema specification are
> not found among regular columns of default.EMP nor dynamic partition
> columns.. Error encountered near token 'NAME'
> Whereas below insert is successful:
> INSERT INTO TABLE EMP(id,name) select * FROM SRC;
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)