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



##########
File path: 
flink-python/src/main/java/org/apache/flink/table/runtime/typeutils/serializers/python/DateSerializer.java
##########
@@ -39,6 +41,11 @@
 
     public static final DateSerializer INSTANCE = new DateSerializer();
 
+    @SuppressWarnings({"unchecked", "rawtypes"})
+    private static final DataStructureConverter<Integer, Date> converter =

Review comment:
       Uhm ok i'll revert it, but at some point we need to think how to expose 
these functionalities efficiently without exposing to the large user group of 
"common" users such "internal" functionalities




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