twalthr commented on a change in pull request #17579: URL: https://github.com/apache/flink/pull/17579#discussion_r739027043
########## File path: flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/functions/CastFunctionITCase.java ########## @@ -966,4 +1130,21 @@ private static Instant fromLocalToUTC(LocalDateTime localDateTime) { private static Instant fromLocalTZ(String str) { return LocalDateTime.parse(str).toInstant(TEST_OFFSET); } + + private static boolean randomBoolean() { Review comment: Yes, I think it is just not necessary. We should keep tests simple. -- 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