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

Hive QA commented on HIVE-19861:
--------------------------------



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

{color:red}ERROR:{color} -1 due to no test(s) being added or modified.

{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 14521 tests 
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.metastore.TestHiveMetaStoreSchemaMethods.schemaQuery 
(batchId=220)
{noformat}

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

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
Tests exited with: TestsFailedException: 1 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12927400 - PreCommit-HIVE-Build

> Fix temp table path generation for acid table export
> ----------------------------------------------------
>
>                 Key: HIVE-19861
>                 URL: https://issues.apache.org/jira/browse/HIVE-19861
>             Project: Hive
>          Issue Type: Bug
>          Components: Import/Export, Transactions
>    Affects Versions: 3.0.0
>            Reporter: Jason Dere
>            Assignee: Jason Dere
>            Priority: Major
>         Attachments: HIVE-19861.1.patch
>
>
> Temp tables that are analyzed by the SemanticAnalyzer get their default 
> location set to a location in the session directory. Export of Acid tables 
> also creates temp tables, but this is done via a plan transformation, and the 
> temp table creation never goes through the SemanticAnalyzer, meaning the 
> location is not set. There is some other logic in DDLTask (which I am 
> changing in HIV-19837) which ends up automatically setting this path to the 
> default table location in the warehouse directory. This should be fixed so 
> that the path defaults to a location in the session directory, like with 
> normal temp tables.
> cc [~ekoifman]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to