Skip to content

Conversation

@hailin0
Copy link
Member

@hailin0 hailin0 commented Mar 28, 2025

Purpose of this pull request

[Checkpoint] Use fixed serialVersionUID in state class

Does this PR introduce any user-facing change?

No

How was this patch tested?

public class SerialUIDDemo {
    public static void main(String[] args) {
        SinkIdentifier obj = SinkIdentifier.of("a", 1);
        long uid = ObjectStreamClass.lookup(obj.getClass()).getSerialVersionUID();
        System.out.println("serialVersionUID: " + uid);
    }

}

Check list

@github-actions github-actions bot added the api label Mar 28, 2025
@hailin0
Copy link
Member Author

hailin0 commented Mar 28, 2025

link
#9080

@hailin0 hailin0 changed the title [Improve][Checkpoint] Use fixed serialVersionUID in state class [Improve][Checkpoint] Use fixed serialVersionUID in sink state class Mar 28, 2025
@davidzollo davidzollo merged commit ed14215 into apache:dev Mar 28, 2025
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants