pranav234 commented on code in PR #26515: URL: https://github.com/apache/flink/pull/26515#discussion_r2066170710
########## 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: Changes are done -- 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