jihoonson commented on a change in pull request #7547: Add support minor
compaction with segment locking
URL: https://github.com/apache/incubator-druid/pull/7547#discussion_r299681280
##########
File path:
core/src/main/java/org/apache/druid/java/util/common/granularity/AllGranularity.java
##########
@@ -62,6 +62,15 @@ public DateTime toDate(String filePath, Formatter formatter)
throw new UnsupportedOperationException("This method should not be invoked
for this granularity type");
}
+ /**
+ * All granularity matches no interval.
+ */
+ @Override
+ public boolean match(Interval interval)
Review comment:
Renamed to `isAligned` and added javadoc.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]