kfaraz commented on code in PR #18968:
URL: https://github.com/apache/druid/pull/18968#discussion_r2767229688
##########
server/src/main/java/org/apache/druid/server/coordinator/duty/CompactSegments.java:
##########
@@ -366,6 +364,10 @@ public static ClientCompactionTaskQuery
createCompactionTask(
}
final CompactionEngine compactionEngine = config.getEngine() == null ?
defaultEngine : config.getEngine();
+ if (CompactionEngine.MSQ.equals(compactionEngine) &&
!Boolean.TRUE.equals(dropExisting)) {
Review Comment:
Seems like this should be included in #18950 instead.
--
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]