You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/03/05 10:32:00 UTC

[jira] [Commented] (HIVE-18749) Need to replace transactionId with writeId in RecordIdentifier.Field.transactionId

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

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

GitHub user sankarh opened a pull request:

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

    HIVE-18749: Need to replace transactionId with writeId in RecordIdentifier.Field.transactionId

    

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

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

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

    https://github.com/apache/hive/pull/315.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 #315
    
----
commit eece99664ef676d62011d0d060040b06071393ad
Author: Sankar Hariappan <ma...@...>
Date:   2018-03-05T10:30:32Z

    HIVE-18749: Need to replace transactionId with writeId in RecordIdentifier.Field.transactionId

----


> Need to replace transactionId with writeId in RecordIdentifier.Field.transactionId
> ----------------------------------------------------------------------------------
>
>                 Key: HIVE-18749
>                 URL: https://issues.apache.org/jira/browse/HIVE-18749
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Transactions
>    Affects Versions: 3.0.0
>            Reporter: Sankar Hariappan
>            Assignee: Sankar Hariappan
>            Priority: Minor
>              Labels: ACID, pull-request-available
>             Fix For: 3.0.0
>
>
> Per table write ID implementation (HIVE-18192) have replaced global transaction ID with write ID for the primary key for a row marked by RecordIdentifier.Field..transactionId.
> Need to replace the same with writeId and update all test results file.
> Also, need to update other references (methods/variables) which currently uses transactionId instead of writeId.



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