wchevreuil commented on code in PR #8573:
URL: https://github.com/apache/hbase/pull/8573#discussion_r3865558755
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/CustomDateTieredCompactionPolicy.java:
##########
@@ -70,6 +70,7 @@ protected List<Long>
getCompactBoundariesForMajor(Collection<HStoreFile> filesTo
long now) {
MutableLong min = new MutableLong(Long.MAX_VALUE);
MutableLong max = new MutableLong(0);
+ boolean[] hasMissing = new boolean[1];
Review Comment:
No need to declare an array here.
--
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]