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

Hive QA commented on HIVE-21715:
--------------------------------



Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12968289/HIVE-21715.02.patch

{color:red}ERROR:{color} -1 due to build exiting with an error

Test results: 
https://builds.apache.org/job/PreCommit-HIVE-Build/17178/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/17178/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-17178/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Tests exited with: Exception: Patch URL 
https://issues.apache.org/jira/secure/attachment/12968289/HIVE-21715.02.patch 
was found in seen patch url's cache and a test was probably run already on it. 
Aborting...
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12968289 - 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
>
>
> {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)

Reply via email to