AmatyaAvadhanula commented on code in PR #13304:
URL: https://github.com/apache/druid/pull/13304#discussion_r1015081503


##########
server/src/test/java/org/apache/druid/server/coordinator/duty/NewestSegmentFirstPolicyTest.java:
##########
@@ -1584,6 +1585,38 @@ public void 
testIteratorDoesNotReturnSegmentWithChangingAppendableIndexSpec()
     Assert.assertFalse(iterator.hasNext());
   }
 
+  @Test
+  public void testAllToFinerGranularity()

Review Comment:
   @cryptoe thanks for the feedback. ALL granularity segments in general don't 
seem compatible with autocompaction.
   The patch now skip such datasources and relevant tests have been added



-- 
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]

Reply via email to