You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Sushanth Sowmyan (JIRA)" <ji...@apache.org> on 2015/02/05 00:58:34 UTC

[jira] [Created] (HIVE-9585) AlterPartitionMessage should return getKeyValues instead of getValues

Sushanth Sowmyan created HIVE-9585:
--------------------------------------

             Summary: AlterPartitionMessage should return getKeyValues instead of getValues
                 Key: HIVE-9585
                 URL: https://issues.apache.org/jira/browse/HIVE-9585
             Project: Hive
          Issue Type: Bug
    Affects Versions: 1.2.0
            Reporter: Sushanth Sowmyan
            Assignee: Sushanth Sowmyan


HIVE-9175 added in AlterPartitionMessage to use in notification events. However, on trying to write a ReplicationTask implementation on top of that event, I see that I need the key-values from the message, and from a context where I might not have access to a hive client to fetch it myself.

Thus, the AlterPartitionMessage needs to be changed so as to return getKeyValues as a primary, and we can remove getValues.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)