matriv commented on a change in pull request #18221:
URL: https://github.com/apache/flink/pull/18221#discussion_r783792028



##########
File path: 
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/functions/casting/CastRulesTest.java
##########
@@ -136,6 +136,15 @@
                     FIELD("d", ARRAY(STRING())));
 
     Stream<CastTestSpecBuilder> testCases() {
+        return Stream.of(
+                CastTestSpecBuilder.testCastTo(CHAR(12))
+                        .fromCase(
+                                BINARY(4),
+                                new byte[] {-12, 32, 46, -72},
+                                fromString("f4202eb8    ")));
+    }
+
+    Stream<CastTestSpecBuilder> testCases2() {

Review comment:
       :( Very sorry, I forgot to revert, was testing to get the example code, 
fixed.




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