snuyanzin commented on code in PR #26547:
URL: https://github.com/apache/flink/pull/26547#discussion_r2085208902


##########
flink-table/flink-sql-parser/src/main/java/org/apache/flink/sql/parser/validate/FlinkSqlConformance.java:
##########
@@ -168,8 +168,8 @@ public SqlLibrary semantics() {
     }
 
     @Override
-    public boolean allowCoercionStringToArray() {
-        return SqlConformanceEnum.DEFAULT.allowCoercionStringToArray();
+    public boolean allowLenientCoercion() {

Review Comment:
   Suddenly was just renamed in Calcite 
https://github.com/apache/calcite/commit/b0420947ddeb2c9e18afe896dbf7adaf49a715a2



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to