guluo2016 commented on PR #6117:
URL: https://github.com/apache/hbase/pull/6117#issuecomment-2250612044

   Hi @Apache9 , I also found that type conversion is no need in region.jsp, as 
fallow.
   ```
   List<? extends Store> stores = region.getStores();
   for (Store store : stores) {
      String cf = store.getColumnFamilyName();
      Collection<? extends StoreFile> storeFiles = store.getStorefiles(); %>
   ```
   
   Maybe we can also fix it in this PR ,  Or we can open a new PR ?


-- 
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: issues-unsubscr...@hbase.apache.org

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

Reply via email to