hanyuzheng7 commented on code in PR #22834:
URL: https://github.com/apache/flink/pull/22834#discussion_r1243949570


##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/functions/CollectionFunctionsITCase.java:
##########
@@ -417,6 +418,173 @@ private Stream<TestSetSpec> arrayReverseTestCases() {
                                         DataTypes.ROW(DataTypes.BOOLEAN(), 
DataTypes.DATE()))));
     }
 
+    private Stream<TestSetSpec> arraySliceTestCases() {
+        return Stream.of(
+                
TestSetSpec.forFunction(BuiltInFunctionDefinitions.ARRAY_REVERSE)

Review Comment:
   Ok, let me  change behavior of the function and rewrite the test.



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