lsyldliu commented on code in PR #26515:
URL: https://github.com/apache/flink/pull/26515#discussion_r2094730787


##########
flink-core/src/main/java/org/apache/flink/api/java/typeutils/MapTypeInfo.java:
##########
@@ -39,6 +39,8 @@
 @PublicEvolving
 public class MapTypeInfo<K, V> extends TypeInformation<Map<K, V>> {
 
+    private static final long serialVersionUID = 8239116190285601804L;

Review Comment:
   @davidradl Does it exist compatibility problem if we set UID = 1L because 
the old version has use the framework auto generated UID?



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