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


##########
extensions-core/multi-stage-query/pom.xml:
##########
@@ -328,6 +328,12 @@
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
+      <dependency>

Review Comment:
   oops, :+1:



##########
extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/sql/MSQTaskQueryMaker.java:
##########
@@ -253,12 +259,29 @@ public static MSQSpec makeQuerySpec(
           
fieldMapping.stream().map(Entry::getValue).collect(Collectors.toSet())
       );
 
+      final List<AggregateProjectionSpec> projectionSpecs;

Review Comment:
   done, also split out some other methods because yeah this was a lot



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