You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Enis Soztutar (JIRA)" <ji...@apache.org> on 2016/06/01 00:04:12 UTC

[jira] [Commented] (HBASE-15893) Get object

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

Enis Soztutar commented on HBASE-15893:
---------------------------------------

bq. Motivation for creating hconstants was same as above. If we are doing away with hconstants, should we define the constants in the separate classes when they are being used ? 
Indeed. The HConstants was an idea that went rouge. The new thinking is to declare the constants in the classes where they are used. 
bq. I had created separate branches for Makefile and Get patch. So the Get patch consists of the source code necessary for Get objects in adddition to the Makefile
You can create stacked patches, but every single issue should only contain changes relevant to that particular issue. With git, managing this is pretty manageable with {{git branch}}, {{git rebase -i}}, etc. One complication is with RB where the patch has to be generated with {{git diff --full-index}}. 

> Get object
> ----------
>
>                 Key: HBASE-15893
>                 URL: https://issues.apache.org/jira/browse/HBASE-15893
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Sudeep Sunthankar
>         Attachments: HBASE-15893.HBASE-14850.v1.patch
>
>
> Patch for creating Get objects.  Get objects can be passed to the Table implementation to fetch results for a given row. 



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