[
https://issues.apache.org/jira/browse/HIVE-16254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15954816#comment-15954816
]
Hive QA commented on HIVE-16254:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12861824/HIVE-16254.5.patch
{color:green}SUCCESS:{color} +1 due to 2 test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 3 failed/errored test(s), 10574 tests
executed
*Failed tests:*
{noformat}
TestHs2Hooks - did not produce a TEST-*.xml file (likely timed out)
(batchId=213)
org.apache.hadoop.hive.cli.TestBeeLineDriver.testCliDriver[drop_with_concurrency]
(batchId=234)
org.apache.hadoop.hive.cli.TestBeeLineDriver.testCliDriver[escape_comments]
(batchId=234)
{noformat}
Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/4534/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/4534/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-4534/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
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: 3 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12861824 - PreCommit-HIVE-Build
> metadata for values temporary tables for INSERT's are getting replicated
> ------------------------------------------------------------------------
>
> Key: HIVE-16254
> URL: https://issues.apache.org/jira/browse/HIVE-16254
> Project: Hive
> Issue Type: Bug
> Components: HiveServer2
> Affects Versions: 2.2.0
> Reporter: anishek
> Assignee: anishek
> Attachments: HIVE-16254.3.patch, HIVE-16254.4.patch,
> HIVE-16254.5.patch
>
>
> create table a (age int);
> insert into table a values (34),(4);
> repl dump default;
> there is a temporary table created as values__tmp__table__[nmber], which is
> also present in the dumped information with only metadata, this should not be
> processed.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)