a2l007 commented on a change in pull request #11856:
URL: https://github.com/apache/druid/pull/11856#discussion_r739896277
##########
File path:
integration-tests/src/test/java/org/apache/druid/tests/coordinator/duty/ITAutoCompactionTest.java
##########
@@ -641,7 +643,45 @@ public void testAutoCompactionDutyWithRollup() throws
Exception
}
}
+ @Test
+ public void testAutoCompactionDutyWithQueryGranularity() throws Exception
+ {
+ Map<String, Object> specs = ImmutableMap.of("%%GRANULARITYSPEC%%", new
UniformGranularitySpec(Granularities.DAY, Granularities.NONE, true,
ImmutableList.of(new Interval("2013-08-31/2013-09-02"))));
Review comment:
Looks like the `Interval#<init>(java.lang.Object)` usage here and
earlier are tripping the forbidden API checks.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]