Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 40FC9200BD8 for ; Wed, 7 Dec 2016 23:53:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 3FA8E160AF9; Wed, 7 Dec 2016 22:53:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7EB39160B26 for ; Wed, 7 Dec 2016 23:53:00 +0100 (CET) Received: (qmail 56281 invoked by uid 500); 7 Dec 2016 22:52:58 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 55555 invoked by uid 99); 7 Dec 2016 22:52:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Dec 2016 22:52:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 61E152C03E1 for ; Wed, 7 Dec 2016 22:52:58 +0000 (UTC) Date: Wed, 7 Dec 2016 22:52:58 +0000 (UTC) From: "Enis Soztutar (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HBASE-15902) Scan Object MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 07 Dec 2016 22:53:01 -0000 [ https://issues.apache.org/jira/browse/HBASE-15902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar resolved HBASE-15902. ----------------------------------- Resolution: Fixed Fix Version/s: HBASE-14850 Committed this to the branch. > 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 > Fix For: HBASE-14850 > > Attachments: HBASE-15902.HBASE-14850.patch, HBASE-15902.HBASE-14850.v2.patch, HBASE-15902.HBASE-14850.v3.patch, HBASE-15902.HBASE-14850.v4.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)