clintropolis commented on code in PR #18741:
URL: https://github.com/apache/druid/pull/18741#discussion_r2529085737
##########
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:
this is changed now to just be `getInputDataSource` and is used by the
'build' query methods directly to create the `DataSource` instead of rewriting
the query later
--
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]