[
https://issues.apache.org/jira/browse/HIVE-16344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15954003#comment-15954003
]
Hive QA commented on HIVE-16344:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12861743/HIVE-16344.01.patch
{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.
{color:green}SUCCESS:{color} +1 due to 10569 tests passed
Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/4518/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/4518/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-4518/
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
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12861743 - PreCommit-HIVE-Build
> Test and support replication of exchange partition
> --------------------------------------------------
>
> Key: HIVE-16344
> URL: https://issues.apache.org/jira/browse/HIVE-16344
> Project: Hive
> Issue Type: Sub-task
> Components: repl
> Affects Versions: 2.1.0
> Reporter: Sankar Hariappan
> Assignee: Sankar Hariappan
> Labels: DR
> Attachments: HIVE-16344.01.patch
>
>
> The Exchange (Move) partition operation should be replicated.
> -- Move partition from src_table to dest_table
> ALTER TABLE dest_table EXCHANGE PARTITION (partition_spec) WITH TABLE
> src_table;
> -- multiple partitions
> ALTER TABLE dest_table EXCHANGE PARTITION (partial_partition_spec) WITH TABLE
> src_table;
> Already, logging the Exchange Partition as ADD_PARTITION event on destination
> table and DROP_PARTITION event on source table.
> Need to check the behaviour and then also add a test to verify the same.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)