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



##########
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:
       My intention here was to hide the usage of `DateTimeUtils` completely. 
Also this class itself seems like a wrapper of a `DataStructureConverter`




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