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

ASF GitHub Bot commented on HIVE-18750:
---------------------------------------

GitHub user sankarh opened a pull request:

    https://github.com/apache/hive/pull/314

    HIVE-18750: Exchange partition should be disabled on ACID/Insert-only 
tables with per table write ID.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sankarh/hive HIVE-18750

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/hive/pull/314.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 #314
    
----
commit 08dc82a8ec743ea8c5a85cd596396f0e4ac26767
Author: Sankar Hariappan <mailtosankarh@...>
Date:   2018-02-27T16:33:02Z

    HIVE-18750: Exchange partition should be disabled on ACID/Insert-only 
tables with per table write ID.

----


> Exchange partition should be disabled on ACID/Insert-only tables with per 
> table write ID.
> -----------------------------------------------------------------------------------------
>
>                 Key: HIVE-18750
>                 URL: https://issues.apache.org/jira/browse/HIVE-18750
>             Project: Hive
>          Issue Type: Sub-task
>          Components: HiveServer2, Transactions
>    Affects Versions: 3.0.0
>            Reporter: Sankar Hariappan
>            Assignee: Sankar Hariappan
>            Priority: Major
>              Labels: ACID, DDL, pull-request-available
>             Fix For: 3.0.0
>
>         Attachments: HIVE-18750.01.patch
>
>
> Per table write id implementation (HIVE-18192) have introduced write ID per 
> table and used write ID to name the delta/base files and also as primary key 
> for each row.
> Now, exchange partition have to move delta/base files across tables without 
> changing the write ID which causes incorrect results. 
> Also, this exchange partition feature is there to support the use-case of 
> atomic updates. But with ACID updates, we shall support atomic-updates and 
> hence it makes sense to not support exchange partition for ACID and MM tables.
> The qtest file mm_exchangepartition.q test results to be updated after this 
> change.



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

Reply via email to