snuyanzin commented on code in PR #28152:
URL: https://github.com/apache/flink/pull/28152#discussion_r3235164930
##########
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 825 ~ 831, should be removed after upgrading to 1.40.
+ * <p>Lines 827 ~ 833, should be removed after upgrading to 1.40.
Review Comment:
just lines correction
##########
flink-table/flink-table-planner/src/main/java/org/apache/calcite/sql2rel/StandardConvertletTable.java:
##########
@@ -123,6 +123,7 @@ private StandardConvertletTable() {
// Register aliases (operators which have a different name but
// identical behavior to other operators).
+ addAlias(SqlLibraryOperators.LEN, SqlStdOperatorTable.CHAR_LENGTH);
Review Comment:
Synced 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]