kfaraz commented on code in PR #18950:
URL: https://github.com/apache/druid/pull/18950#discussion_r2767272292


##########
indexing-service/src/main/java/org/apache/druid/indexing/common/task/CompactionRunner.java:
##########
@@ -42,6 +42,14 @@ public interface CompactionRunner
 {
   String TYPE_PROPERTY = "type";
 
+  /**
+   * Returns whether this runner requires aligned intervals for compaction.
+   * When true, the compaction task will throw an error if the IOConfig has 
allowNonAlignedInterval enabled.
+   *
+   * @return true if aligned intervals are required by this runner, false 
otherwise.
+   */
+  boolean requireAlignedInterval();

Review Comment:
   https://github.com/apache/druid/pull/14127
   
   I think we have had the parameter for a while, we can probably deprecate it 
now since auto-compaction does not use it and MSQ does not use it either.



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