You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Niels Basjes (Jira)" <ji...@apache.org> on 2022/02/19 14:04:00 UTC

[jira] [Created] (HBASE-26762) Scan#setRowPrefixFilter incorrectly marked as deprecated

Niels Basjes created HBASE-26762:
------------------------------------

             Summary: Scan#setRowPrefixFilter incorrectly marked as deprecated
                 Key: HBASE-26762
                 URL: https://issues.apache.org/jira/browse/HBASE-26762
             Project: HBase
          Issue Type: Bug
          Components: Client, scan
    Affects Versions: 3.0.0-alpha-2
            Reporter: Niels Basjes


Issue HBASE-25299 is about the Scan#setRowPrefixFilter having not the expected effects when using also the setStartRow and/or setStopRow.

The setRowPrefixFilter is intended to make setting the right startRow and stopRow for prefix scans. So it was always intended of using it instead of doing separate setStartRow and/or setStopRow calls.

This function is very important in many applications we have and with issue HBASE-25299 is is now marked as deprecated which I consider to be a very bad idea.

I do agree the documentation can be improved on this point.

 

 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)