[ https://issues.apache.org/jira/browse/HIVE-21715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16838528#comment-16838528 ]
Hive QA commented on HIVE-21715: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12968541/HIVE-21715.02.patch {color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified. {color:green}SUCCESS:{color} +1 due to 16008 tests passed Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/17195/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/17195/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-17195/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.YetusPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase {noformat} This message is automatically generated. ATTACHMENT ID: 12968541 - PreCommit-HIVE-Build > Adding a new partition specified by location (which is empty) leads to > Exceptions > --------------------------------------------------------------------------------- > > Key: HIVE-21715 > URL: https://issues.apache.org/jira/browse/HIVE-21715 > Project: Hive > Issue Type: Bug > Reporter: Zoltan Haindrich > Assignee: Zoltan Haindrich > Priority: Major > Attachments: HIVE-21715.01.patch, HIVE-21715.01.patch, > HIVE-21715.02.patch, HIVE-21715.02.patch > > > {code} > create table supply (id int, part string, quantity int) partitioned by (day > int) > stored as orc > location 'hdfs:///tmp/a1' > TBLPROPERTIES ('transactional'='true') > ; > alter table supply add partition (day=20110103) location > 'hdfs:///tmp/a3'; > {code} > check exception: > {code} > org.apache.hadoop.hive.ql.metadata.HiveException: Wrong file format. Please > check the file's format. > at > org.apache.hadoop.hive.ql.exec.MoveTask.checkFileFormats(MoveTask.java:696) > at org.apache.hadoop.hive.ql.exec.MoveTask.execute(MoveTask.java:370) > at org.apache.hadoop.hive.ql.exec.Task.executeTask(Task.java:210) > at > org.apache.hadoop.hive.ql.exec.TaskRunner.runSequential(TaskRunner.java:97) > {code} > If the format check is disabled; an exception happens from AcidUtils; because > during checking it doesn't expect it to be empty. -- This message was sent by Atlassian JIRA (v7.6.3#76005)