You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Hive QA (JIRA)" <ji...@apache.org> on 2015/04/01 15:43:52 UTC

[jira] [Commented] (HIVE-10150) delete from acidTbl where a in(select a from nonAcidOrcTbl) fails

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

Hive QA commented on HIVE-10150:
--------------------------------



{color:red}Overall{color}: -1 at least one tests failed

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

{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 8693 tests executed
*Failed tests:*
{noformat}
TestMinimrCliDriver-smb_mapjoin_8.q - did not produce a TEST-*.xml file
{noformat}

Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/3234/testReport
Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/3234/console
Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-3234/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 1 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12708584 - PreCommit-HIVE-TRUNK-Build

> delete from acidTbl where a in(select a from nonAcidOrcTbl) fails
> -----------------------------------------------------------------
>
>                 Key: HIVE-10150
>                 URL: https://issues.apache.org/jira/browse/HIVE-10150
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Planning, Transactions
>    Affects Versions: 1.1.0
>            Reporter: Eugene Koifman
>            Assignee: Eugene Koifman
>         Attachments: HIVE-10050.patch
>
>
> this query raises an error 
> "10297,FAILED: SemanticException [Error 10297]: Attempt to do update or delete on table nonAcidOrcTbl that does not use an AcidOutputFormat or is not bucketed"
> even though nonAcidOrcTbl is only being read, not written.
> select b from " + Table.ACIDTBL + " where a in (select b from " + Table.NONACIDORCTBL + ")
> runs fine.
> There doesn't seem to be any logical reason why we should rise the error here.
> Same for 'update' statement.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)