cecemei commented on code in PR #18486:
URL: https://github.com/apache/druid/pull/18486#discussion_r2331669019


##########
processing/src/main/java/org/apache/druid/segment/projections/Projections.java:
##########
@@ -117,6 +121,11 @@ public static ProjectionMatch matchAggregateProjection(
     if 
(CollectionUtils.isNullOrEmpty(queryCursorBuildSpec.getPhysicalColumns())) {
       return null;
     }
+
+
+    if (isUnalignedInterval(projection, queryCursorBuildSpec, dataInterval)) {

Review Comment:
   missed that it should be caught by `PhysicalColumnChecker`, so all good



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