maytasm commented on a change in pull request #12062:
URL: https://github.com/apache/druid/pull/12062#discussion_r777735686
##########
File path:
integration-tests/src/test/java/org/apache/druid/tests/coordinator/duty/ITAutoCompactionTest.java
##########
@@ -775,6 +776,59 @@ public void testAutoCompactionDutyWithFilter() throws
Exception
}
}
+ @Test
+ public void testAutoCompactionDutyWithOverlappingInterval() throws Exception
+ {
+ final ISOChronology chrono =
ISOChronology.getInstance(DateTimes.inferTzFromString("America/Los_Angeles"));
+ Map<String, Object> specs = ImmutableMap.of("%%GRANULARITYSPEC%%", new
UniformGranularitySpec(Granularities.WEEK, Granularities.NONE, false,
ImmutableList.of(new Interval("2013-08-31/2013-09-02", chrono))));
+ // Create WEEK segment with 2013-08-26 to 2013-09-20
Review comment:
Done
--
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]