snuyanzin commented on code in PR #29158:
URL: https://github.com/apache/flink/pull/29158#discussion_r3987576896


##########
flink-core/src/main/java/org/apache/flink/types/variant/Variant.java:
##########
@@ -38,6 +38,9 @@
 @PublicEvolving
 public interface Variant extends Serializable {
 
+    /** Pinned so interface changes don't alter the UID and break restore of 
VARIANT state. */
+    long serialVersionUID = 1L;

Review Comment:
   @davidradl how?
   
   it was made serializable only in 2.4.0 which is not released yet
   see https://issues.apache.org/jira/browse/FLINK-37977



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