nielsbasjes opened a new pull request #4119:
URL: https://github.com/apache/hbase/pull/4119


   Issue https://issues.apache.org/jira/browse/HBASE-26762
   
   I found today that with ticket 
https://issues.apache.org/jira/browse/HBASE-25299 the intended effects of 
Scan#setRowPrefixFilter were unclear (hence the report of unexpected effects) 
and instead of just improving the documentation the method was marked as 
deprecated.
   
   Quote:
   
       @deprecated since 3.0.0. The scan result might be unexpected in some 
cases.
   
   Yes, if you use this very valuable method incorrectly it will yield 
incorrect results.
   
   I strongly disagree with this deprecation because it is one of the most used 
methods of Scan in many of my applications.
   
   I do agree the documentation should more clearly indicate these combinations 
do not work.
   
   This pull request does only 2 things:
   - Remove the deprecation
   - Improve the documentation.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to