[ 
https://issues.apache.org/jira/browse/HIVE-17845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16213867#comment-16213867
 ] 

Naresh P R commented on HIVE-17845:
-----------------------------------

Testcase failures are not related to the changes. I verified the testcases 
locally.

> 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)

Reply via email to