[
https://issues.apache.org/jira/browse/HIVE-15642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15988517#comment-15988517
]
ASF GitHub Bot commented on HIVE-15642:
---------------------------------------
GitHub user sankarh opened a pull request:
https://github.com/apache/hive/pull/172
HIVE-15642: Replicate Insert Overwrites, Dynamic Partition Inserts and Loads
Replicate Insert Overwrites, Dynamic Partition Inserts and Loads
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sankarh/hive HIVE-15642
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/hive/pull/172.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #172
----
commit ddf04ae11c800be8b762a44fedcc16393396745d
Author: Sankar Hariappan <[email protected]>
Date: 2017-04-28T07:49:04Z
HIVE-15642: Replicate Insert Overwrites, Dynamic Partition Inserts and Loads
----
> Replicate Insert Overwrites, Dynamic Partition Inserts and Loads
> ----------------------------------------------------------------
>
> Key: HIVE-15642
> URL: https://issues.apache.org/jira/browse/HIVE-15642
> Project: Hive
> Issue Type: Sub-task
> Components: repl
> Reporter: Vaibhav Gumashta
> Assignee: Sankar Hariappan
> Attachments: HIVE-15642.1.patch
>
>
> 1. Insert Overwrites to a new partition should not capture new files as part
> of insert event but instead use the subsequent add partition event to capture
> the files + checksums.
> 2. Insert Overwrites to an existing partition should capture new files as
> part of the insert event.
> Similar behaviour for DP inserts and loads.
> This will need changes from HIVE-15478
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)