loquisgon commented on a change in pull request #10843:
URL: https://github.com/apache/druid/pull/10843#discussion_r571325858
##########
File path:
server/src/main/java/org/apache/druid/segment/indexing/granularity/UniformGranularitySpec.java
##########
@@ -139,10 +138,18 @@ public GranularitySpec withIntervals(List<Interval>
inputIntervals)
return new UniformGranularitySpec(segmentGranularity, queryGranularity,
rollup, inputIntervals);
}
+ @Override
Review comment:
You can move up this to the abstract base class
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]