clintropolis commented on code in PR #18741:
URL: https://github.com/apache/druid/pull/18741#discussion_r2528444541


##########
multi-stage-query/src/main/java/org/apache/druid/msq/indexing/MSQCompactionRunner.java:
##########
@@ -293,6 +305,22 @@ public List<MSQControllerTask> createMsqControllerTasks(
     return msqControllerTasks;
   }
 
+  private Query<?> maybeApplyPolicy(DataSchema dataSchema, Query<?> query)

Review Comment:
   i didn't think this was needed since `Policy` apply to datasources so it 
seemed redundant, but can rename if you feel like it isn't obvious



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