snuyanzin commented on code in PR #20772:
URL: https://github.com/apache/flink/pull/20772#discussion_r964202368
##########
flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/plan/rules/logical/LogicalWindowAggregateRuleBase.scala:
##########
@@ -98,7 +99,7 @@ abstract class LogicalWindowAggregateRuleBase(description:
String)
// we don't use the builder here because it uses RelMetadataQuery which
affects the plan
val newAgg = LogicalAggregate.create(
newProject,
- agg.indicator,
+ ImmutableList.of[RelHint](),
Review Comment:
based on Calcite code
https://github.com/apache/calcite/blob/main/core/src/main/java/org/apache/calcite/rel/logical/LogicalAggregate.java#L111-L135
--
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]