diff options
author | Luck <git@lucko.me> | 2021-12-29 23:34:23 +0000 |
---|---|---|
committer | Luck <git@lucko.me> | 2021-12-29 23:34:23 +0000 |
commit | 22da90504795bf79e9acff893212b2c7c1de3392 (patch) | |
tree | baeb06d09e1545043bb3bd76a50f13e34b56be01 | |
parent | ae8725a7dd07e58ac9fcccec0d545b46ec347d9c (diff) | |
download | spark-22da90504795bf79e9acff893212b2c7c1de3392.tar.gz spark-22da90504795bf79e9acff893212b2c7c1de3392.tar.bz2 spark-22da90504795bf79e9acff893212b2c7c1de3392.zip |
Increment data version
-rw-r--r-- | spark-common/src/main/java/me/lucko/spark/common/platform/PlatformInfo.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spark-common/src/main/java/me/lucko/spark/common/platform/PlatformInfo.java b/spark-common/src/main/java/me/lucko/spark/common/platform/PlatformInfo.java index eb1b25d..082389d 100644 --- a/spark-common/src/main/java/me/lucko/spark/common/platform/PlatformInfo.java +++ b/spark-common/src/main/java/me/lucko/spark/common/platform/PlatformInfo.java @@ -24,7 +24,7 @@ import me.lucko.spark.proto.SparkProtos.PlatformMetadata; public interface PlatformInfo { - int DATA_VERSION = 1; + int DATA_VERSION = 2; Type getType(); |