pranav234 commented on code in PR #26515:
URL: https://github.com/apache/flink/pull/26515#discussion_r2064250397
##########
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:
okay will change it
--
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]