Skip to content

Commit

Permalink
[core] Increase serialVersionUID for DataSplit
Browse files Browse the repository at this point in the history
  • Loading branch information
JingsongLi committed Apr 26, 2024
1 parent 9b06995 commit 6521678
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
/** Input splits. Needed by most batch computation engines. */
public class DataSplit implements Split {

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

private long snapshotId = 0;
private BinaryRow partition;
Expand Down

0 comments on commit 6521678

Please sign in to comment.