Skip to content

Commit

Permalink
modify serialVersionUID
Browse files Browse the repository at this point in the history
  • Loading branch information
JingsongLi committed Mar 11, 2024
1 parent efa101b commit f8f3cf7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
/** Input splits. Needed by most batch computation engines. */
public class DataSplit implements Split {

private static final long serialVersionUID = 5L;
private static final long serialVersionUID = 6L;

private long snapshotId = 0;
private boolean isStreaming = false;
Expand Down

0 comments on commit f8f3cf7

Please sign in to comment.