saintstack commented on pull request #1774:
URL: https://github.com/apache/hbase/pull/1774#issuecomment-642393168


   
   `On locating, if you want to locate to the next region, just use the end row 
of the current region to locate?`
   
   Caller has to take returned location, extract end row... do proper handling 
if end region... when they seems more natural to just call 'next' if it an 
iterator/scanner-like API.
   
   On RL, point is its API seems same as what you'd add so just reuse. That it 
public doesn't preclude its use internal. That the public impl is ARL, doesn't 
stop the ConnectionRegistry hosted impl having to be the same.
   
   Your exposition above helps though in that it might confuse more than it 
helps if same Interface has such different impls.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to