davidradl commented on code in PR #29158:
URL: https://github.com/apache/flink/pull/29158#discussion_r3987537923
##########
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:
I see this looks cleaner, but I assume this will break existing savepoints
that will have a different serialization id.
--
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]