infraio commented on a change in pull request #1730:
URL: https://github.com/apache/hbase/pull/1730#discussion_r446474765



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DateTieredStoreEngine.java
##########
@@ -94,6 +94,7 @@ public void forceSelect(CompactionRequestImpl request) {
         throws IOException {
       if (request instanceof DateTieredCompactionRequest) {
         return compactor.compact(request, ((DateTieredCompactionRequest) 
request).getBoundaries(),
+          ((DateTieredCompactionRequest) request).getBoundariesPolicies(),

Review comment:
       Use a local variable and no need to cast twice...




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