[ https://issues.apache.org/jira/browse/HIVE-6048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13854887#comment-13854887 ]
Hive QA commented on HIVE-6048: ------------------------------- {color:green}Overall{color}: +1 all checks pass Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12619977/HIVE-6048.4.patch {color:green}SUCCESS:{color} +1 4811 tests passed Test results: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/727/testReport Console output: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/727/console Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase {noformat} This message is automatically generated. ATTACHMENT ID: 12619977 > Hive load data command rejects file with '+' in the name > -------------------------------------------------------- > > Key: HIVE-6048 > URL: https://issues.apache.org/jira/browse/HIVE-6048 > Project: Hive > Issue Type: Bug > Components: Query Processor > Affects Versions: 0.12.0 > Reporter: Xuefu Zhang > Assignee: Xuefu Zhang > Attachments: HIVE-6048.1.patch, HIVE-6048.2.patch, HIVE-6048.3.patch, > HIVE-6048.4.patch, HIVE-6048.patch > > > '+' is a valid character in a file name on linux and HDFS. However, loading > data from such a file into table results the following error: > {code} > hive> load data local inpath '/home/xzhang/temp/t+est.txt' into table test; > Copying data from file:/home/xzhang/temp/t est.txt > No files matching path: file:/home/xzhang/temp/t est.txt > FAILED: Execution Error, return code 3 from > org.apache.hadoop.hive.ql.exec.CopyTask > {code} -- This message was sent by Atlassian JIRA (v6.1.4#6159)