davidradl commented on code in PR #26515: URL: https://github.com/apache/flink/pull/26515#discussion_r2063916814
########## 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: nit: why not 1L like the value and list versions? -- 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