You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2021/11/01 05:36:35 UTC

[GitHub] [druid] maytasm commented on a change in pull request #11856: Support changing query granularity in Auto Compaction

maytasm commented on a change in pull request #11856:
URL: https://github.com/apache/druid/pull/11856#discussion_r739967116



##########
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:
       Fixed!




-- 
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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org