[ https://issues.apache.org/jira/browse/HIVE-3062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13296142#comment-13296142 ]
Hudson commented on HIVE-3062: ------------------------------ Integrated in Hive-trunk-h0.21 #1491 (See [https://builds.apache.org/job/Hive-trunk-h0.21/1491/]) HIVE-3062 Insert into table overwrites existing table if table name contains uppercase character (Navis via namit) (Revision 1350866) Result = SUCCESS namit : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1350866 Files : * /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/QBParseInfo.java * /hive/trunk/ql/src/test/queries/clientpositive/insert1.q * /hive/trunk/ql/src/test/results/clientpositive/insert1.q.out > Insert into table overwrites existing table if table name contains uppercase > character > -------------------------------------------------------------------------------------- > > Key: HIVE-3062 > URL: https://issues.apache.org/jira/browse/HIVE-3062 > Project: Hive > Issue Type: Bug > Components: Query Processor > Reporter: Navis > Assignee: Navis > Priority: Critical > Fix For: 0.10.0 > > > "Insert into table <table-name> ~~" is expected to append query result into > the table. But when the table name contains uppercase character, it overwrite > existing table. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira