snuyanzin commented on code in PR #28290: URL: https://github.com/apache/flink/pull/28290#discussion_r3448679677
########## flink-table/flink-table-planner/src/main/java/org/apache/calcite/sql/validate/SqlValidatorImpl.java: ########## @@ -187,39 +187,39 @@ * <p>Lines 241 ~ 244, Flink improves error message for functions without appropriate arguments in * handleUnresolvedFunction. * - * <p>Lines 1378 ~ 1380, CALCITE-7217, should be removed after upgrading Calcite to 1.41.0. + * <p>Lines 1390 ~ 1392, CALCITE-7217, should be removed after upgrading Calcite to 1.41.0. Review Comment: sync with Calcite ########## flink-table/flink-table-planner/src/main/java/org/apache/calcite/sql/SqlUtil.java: ########## @@ -77,7 +77,7 @@ /** * Flink modification because of CALCITE-7027 * - * <p>Lines 827 ~ 833, should be removed after upgrading to 1.40. + * <p>Lines 830 ~ 836, should be removed after upgrading to 1.40. 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]
