[ https://issues.apache.org/jira/browse/HIVE-307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12919420#action_12919420 ]
Namit Jain commented on HIVE-307: --------------------------------- The code changes looked good, but the patch does not compile - mostly simple errors due to the new trunk code. Also, it would be better to have a test like this: drop table tst_src1; create table tst_src1 like src1; load data local inpath '../data/files/kv1.txt' into table tst_src1 ; select count(1) from tst_src1; load data local inpath '../data/files/kv1.txt' into table tst_src1 ; select count(1) from tst_src1; drop table tst_src1; We should not change src1 > "LOAD DATA LOCAL INPATH" fails when the table already contains a file of the > same name > -------------------------------------------------------------------------------------- > > Key: HIVE-307 > URL: https://issues.apache.org/jira/browse/HIVE-307 > Project: Hadoop Hive > Issue Type: Bug > Components: Query Processor > Affects Versions: 0.5.0 > Reporter: Zheng Shao > Assignee: Kirk True > Priority: Critical > Attachments: hive-307.1.svn.patch, HIVE-307.patch, HIVE-307.patch > > > Failed with exception checkPaths: > /user/zshao/warehouse/tmp_user_msg_history/test_user_msg_history already > exists > FAILED: Execution Error, return code 1 from > org.apache.hadoop.hive.ql.exec.MoveTask -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.