snuyanzin commented on code in PR #28290: URL: https://github.com/apache/flink/pull/28290#discussion_r3448680157
########## flink-table/flink-table-planner/src/main/java/org/apache/calcite/sql2rel/AggConverter.java: ########## @@ -69,7 +69,7 @@ * FLINK modifications are at lines * * <ol> - * <li>Added in FLINK-34057, FLINK-34058, FLINK-34312: Lines 452 ~ 469 + * <li>Added in FLINK-34057, FLINK-34058, FLINK-34312: Lines 465 ~ 482 Review Comment: sync with Calcite ########## flink-table/flink-table-planner/src/main/java/org/apache/calcite/sql2rel/RelDecorrelator.java: ########## @@ -18,6 +18,7 @@ import org.apache.flink.table.planner.plan.rules.logical.FlinkFilterProjectTransposeRule; +import com.google.common.collect.ImmutableList; Review Comment: sync with Calcite -- 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]
