slinkydeveloper commented on a change in pull request #18524:
URL: https://github.com/apache/flink/pull/18524#discussion_r793424847



##########
File path: 
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/functions/CastFunctionITCase.java
##########
@@ -1332,12 +1350,12 @@ private static boolean isTimestampToNumeric(LogicalType 
srcType, LogicalType trg
         return srcType.is(LogicalTypeFamily.TIMESTAMP) && 
trgType.is(LogicalTypeFamily.NUMERIC);
     }
 
-    private static <K, V> Map.Entry<K, V> entry(K k, V v) {
+    static <K, V> Map.Entry<K, V> entry(K k, V v) {

Review comment:
       Not sure where?




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