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

[jira] [Issue Comment Deleted] (HBASE-15902) Scan Object

     [ https://issues.apache.org/jira/browse/HBASE-15902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sudeep Sunthankar updated HBASE-15902:
--------------------------------------
    Comment: was deleted

(was: This patch consits of the below fix based on the last feedback.

# Added Family() and HasFamilies() methods in Scan
# Fixed bug of FamilyMap not being copied in Get copy constructor and assignment operator.
# Added tests to verify copying (deep copy) of family map is proper using the below code
{code}
 family_map_.insert(scan.family_map_.begin(), scan.family_map_.end());
{code}

Thanks)

> Scan Object
> -----------
>
>                 Key: HBASE-15902
>                 URL: https://issues.apache.org/jira/browse/HBASE-15902
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Sudeep Sunthankar
>            Assignee: Sudeep Sunthankar
>         Attachments: HBASE-15902.HBASE-14850.patch, HBASE-15902.HBASE-14850.v2.patch, HBASE-15902.HBASE-14850.v3.patch
>
>
> Patch for creating Scan objects. Scan objects thus created can be used by Table implementation to fetch results for a given row.



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