nielsbasjes commented on pull request #4119: URL: https://github.com/apache/hbase/pull/4119#issuecomment-1046251489
As discussed with Duo Zhang I'm re-deprecating the old name and providing a replacement with a better (non-confusing) name: setStartStopRowForPrefixScan In addition to the Scan related method I found that both of these classes also have a method with the same name "setRowPrefixFilter" ./hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WALPrettyPrinter.java This seems to be only used by this class: so I'm not going to change it. ./hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/replication/VerifyReplication.java Here it is a private method that actually uses the PrefixFilter class: so I'm not going to change it. -- 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]
