Akshat-Jain commented on code in PR #17038:
URL: https://github.com/apache/druid/pull/17038#discussion_r1756667201
##########
sql/src/main/java/org/apache/druid/sql/calcite/rel/Windowing.java:
##########
@@ -248,7 +256,8 @@ public static Windowing fromCalciteStuff(
private static List<OperatorFactory> computeWindowOperations(
final PartialDruidQuery partialQuery,
final RowSignature sourceRowSignature,
- List<WindowComputationProcessor> windowGroupProcessors
+ List<WindowComputationProcessor> windowGroupProcessors,
+ SqlEngine sqlEngine
Review Comment:
Also, just to be on the same page, we do want MSQ to use
GlueingPartitioningOperator, and sql-native to use NaivePartitioningOperator,
right?
--
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]