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

Duo Zhang updated HBASE-17583:
------------------------------
    Release Note: Now you can include/exlude the startRow and stopRow for a 
scan. And the new methods to specify startRow and stopRow are withStartRow and 
withStopRow. The old methods to specify startRow and Row(include constructors) 
are marked as deprecated as in the old time if startRow and stopRow are equal 
then we will consider it as a get scan and include the stopRow implicitly. This 
is strange after we can set inclusiveness explicitly so we add new methods and 
depredate the old methods. The deprecated methods will be removed in the future.

> Add inclusive/exclusive support for startRow and endRow of scan for sync 
> client
> -------------------------------------------------------------------------------
>
>                 Key: HBASE-17583
>                 URL: https://issues.apache.org/jira/browse/HBASE-17583
>             Project: HBase
>          Issue Type: Sub-task
>          Components: Client, scan
>    Affects Versions: 2.0.0, 1.4.0
>            Reporter: Duo Zhang
>            Assignee: Duo Zhang
>             Fix For: 2.0.0, 1.4.0
>
>         Attachments: HBASE-17583-branch-1.patch, 
> HBASE-17583-branch-1-v1.patch, HBASE-17583.patch, HBASE-17583-v1.patch, 
> HBASE-17583-v2.patch, HBASE-17583-v3.patch
>
>
> Implement the same feature of HBASE-17320 for sync client.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to