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


##########
flink-table/flink-table-planner/src/main/java/org/apache/calcite/runtime/SqlFunctions.java:
##########
@@ -5278,7 +5396,10 @@ public static List arrayExcept(List list1, List list2) {
 
             return Arrays.asList(newArray);
         } else {
-            int posIndex = posInt;
+            // 1-based index.

Review Comment:
   The fix in Calcite https://issues.apache.org/jira/browse/CALCITE-6285 
changes also only runtime code



-- 
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]

Reply via email to