jojochuang commented on a change in pull request #3426:
URL: https://github.com/apache/hbase/pull/3426#discussion_r659299125



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/Region.java
##########
@@ -92,7 +92,7 @@
    * <p>Use with caution.  Exposed for use of fixup utilities.
    * @return a list of the Stores managed by this region
    */
-  List<? extends Store> getStores();
+  Collection<? extends Store> getStores();

Review comment:
       Yeah, I forgot to mention this is a breaking change, and was wondering 
if it would be acceptable for HBase 3 (master branch) only.
   
   It might not worth the effort, though.




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