Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C0CF417C8C for ; Sat, 11 Apr 2015 01:08:13 +0000 (UTC) Received: (qmail 90529 invoked by uid 500); 11 Apr 2015 01:08:12 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 90359 invoked by uid 500); 11 Apr 2015 01:08:12 -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 90105 invoked by uid 99); 11 Apr 2015 01:08:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Apr 2015 01:08:12 +0000 Date: Sat, 11 Apr 2015 01:08:12 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HBASE-5090) Allow the user to specify inclusiveness of start/end rows on Scan. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-5090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-5090. ----------------------------------- Resolution: Incomplete > Allow the user to specify inclusiveness of start/end rows on Scan. > ------------------------------------------------------------------ > > Key: HBASE-5090 > URL: https://issues.apache.org/jira/browse/HBASE-5090 > Project: HBase > Issue Type: Improvement > Reporter: Ioannis Canellos > > Currently Scans handle start/end rows with the following manner: > startRow - row to start scanner at or after (inclusive) > stopRow - row to stop scanner before (exclusive) > It would be great if the user could be able to specify the inclussiveness/exclusiveness. > For example 2 those two additional methods would be really needed: > public Scan setStartRow(byte[] startRow, boolean inclussive); > public Scan setEndRow(byte[] startRow, boolean inclussive); -- This message was sent by Atlassian JIRA (v6.3.4#6332)