kfaraz commented on code in PR #18402: URL: https://github.com/apache/druid/pull/18402#discussion_r2476620120
########## indexing-service/src/main/java/org/apache/druid/indexing/compact/MSQCompactionJobTemplate.java: ########## @@ -0,0 +1,191 @@ +/* Review Comment: Allowing the state matcher to be distinct from the query is by design as it allows us to make improvements the query without worrying about all the intervals being recompacted when not desired. For the time being, it is upto the user to ensure that the state matcher and the query are compatible with each other. In future versions, we will include some kind of template validation. -- 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]
