clintropolis commented on code in PR #18342:
URL: https://github.com/apache/druid/pull/18342#discussion_r2245094655
##########
processing/src/main/java/org/apache/druid/segment/AggregateProjectionMetadata.java:
##########
@@ -396,6 +417,45 @@ public Projections.ProjectionMatch matches(
}
}
}
+
+ // if the projection has a filter, the query must contain this filter
match
+ if (filter != null) {
Review Comment:
ok, locally i've moved most of the logic into `Projections` (and moved the
`ConstantTimeColumn` stuff in `Projections` to its own file), and it seems
nicer so far, more to do tho so havent pushed yet
--
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]