This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch branch-3.5 in repository https://gitbox.apache.org/repos/asf/spark.git
commit 5e17ddfd76d4a2c6bfed096f87fd98a1ba3319f6 Author: Hyukjin Kwon <gurwls...@apache.org> AuthorDate: Fri May 23 14:42:53 2025 +0900 Revert "Preparing Spark release v3.5.6-rc1" This reverts commit da3db57dc1fbd95a487d90ec9ffc9abf79eda2f7. --- assembly/pom.xml | 2 +- common/kvstore/pom.xml | 2 +- common/network-common/pom.xml | 2 +- common/network-shuffle/pom.xml | 2 +- common/network-yarn/pom.xml | 2 +- common/sketch/pom.xml | 2 +- common/tags/pom.xml | 2 +- common/unsafe/pom.xml | 2 +- common/utils/pom.xml | 2 +- connector/avro/pom.xml | 2 +- connector/connect/client/jvm/pom.xml | 2 +- connector/connect/common/pom.xml | 2 +- connector/connect/server/pom.xml | 2 +- connector/docker-integration-tests/pom.xml | 2 +- connector/kafka-0-10-assembly/pom.xml | 2 +- connector/kafka-0-10-sql/pom.xml | 2 +- connector/kafka-0-10-token-provider/pom.xml | 2 +- connector/kafka-0-10/pom.xml | 2 +- connector/kinesis-asl-assembly/pom.xml | 2 +- connector/kinesis-asl/pom.xml | 2 +- connector/protobuf/pom.xml | 2 +- connector/spark-ganglia-lgpl/pom.xml | 2 +- core/pom.xml | 2 +- docs/_config.yml | 2 +- examples/pom.xml | 2 +- graphx/pom.xml | 2 +- hadoop-cloud/pom.xml | 2 +- launcher/pom.xml | 2 +- mllib-local/pom.xml | 2 +- mllib/pom.xml | 2 +- pom.xml | 2 +- python/pyspark/version.py | 2 +- repl/pom.xml | 2 +- resource-managers/kubernetes/core/pom.xml | 2 +- resource-managers/kubernetes/integration-tests/pom.xml | 2 +- resource-managers/mesos/pom.xml | 2 +- resource-managers/yarn/pom.xml | 2 +- sql/api/pom.xml | 2 +- sql/catalyst/pom.xml | 2 +- sql/core/pom.xml | 2 +- sql/hive-thriftserver/pom.xml | 2 +- sql/hive/pom.xml | 2 +- streaming/pom.xml | 2 +- tools/pom.xml | 2 +- 44 files changed, 44 insertions(+), 44 deletions(-) diff --git a/assembly/pom.xml b/assembly/pom.xml index dcc46b0b8299..e4270622d178 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/common/kvstore/pom.xml b/common/kvstore/pom.xml index 2cc843880289..252a4f531740 100644 --- a/common/kvstore/pom.xml +++ b/common/kvstore/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/network-common/pom.xml b/common/network-common/pom.xml index cbee6780a668..ed5a425b404b 100644 --- a/common/network-common/pom.xml +++ b/common/network-common/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/network-shuffle/pom.xml b/common/network-shuffle/pom.xml index fc642c5b0e6c..fb1660761668 100644 --- a/common/network-shuffle/pom.xml +++ b/common/network-shuffle/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/network-yarn/pom.xml b/common/network-yarn/pom.xml index daff599ccd67..2632f985d800 100644 --- a/common/network-yarn/pom.xml +++ b/common/network-yarn/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/sketch/pom.xml b/common/sketch/pom.xml index 2722a5d5d149..4109ce25deb8 100644 --- a/common/sketch/pom.xml +++ b/common/sketch/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/tags/pom.xml b/common/tags/pom.xml index ba4ed8d9f307..63036093ea0a 100644 --- a/common/tags/pom.xml +++ b/common/tags/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/unsafe/pom.xml b/common/unsafe/pom.xml index acbd0d21f81a..38404eb114d8 100644 --- a/common/unsafe/pom.xml +++ b/common/unsafe/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/utils/pom.xml b/common/utils/pom.xml index 300029d1eb2b..37c4d7ec6e80 100644 --- a/common/utils/pom.xml +++ b/common/utils/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/avro/pom.xml b/connector/avro/pom.xml index 81a00078a784..97e72b933c39 100644 --- a/connector/avro/pom.xml +++ b/connector/avro/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/connect/client/jvm/pom.xml b/connector/connect/client/jvm/pom.xml index 8224c6c2e4b0..556d87bb7d34 100644 --- a/connector/connect/client/jvm/pom.xml +++ b/connector/connect/client/jvm/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../../../../pom.xml</relativePath> </parent> diff --git a/connector/connect/common/pom.xml b/connector/connect/common/pom.xml index 8189a75e4214..89a7b905c86f 100644 --- a/connector/connect/common/pom.xml +++ b/connector/connect/common/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/connector/connect/server/pom.xml b/connector/connect/server/pom.xml index 7564d7d03ab9..36d56079aba0 100644 --- a/connector/connect/server/pom.xml +++ b/connector/connect/server/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/connector/docker-integration-tests/pom.xml b/connector/docker-integration-tests/pom.xml index f6276c48c27d..89bac45bb4b7 100644 --- a/connector/docker-integration-tests/pom.xml +++ b/connector/docker-integration-tests/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/kafka-0-10-assembly/pom.xml b/connector/kafka-0-10-assembly/pom.xml index 585071217f88..07a4193b2777 100644 --- a/connector/kafka-0-10-assembly/pom.xml +++ b/connector/kafka-0-10-assembly/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/kafka-0-10-sql/pom.xml b/connector/kafka-0-10-sql/pom.xml index 617116424e75..702ab72a6179 100644 --- a/connector/kafka-0-10-sql/pom.xml +++ b/connector/kafka-0-10-sql/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/kafka-0-10-token-provider/pom.xml b/connector/kafka-0-10-token-provider/pom.xml index 62b80bec375c..58c3f8beead0 100644 --- a/connector/kafka-0-10-token-provider/pom.xml +++ b/connector/kafka-0-10-token-provider/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/kafka-0-10/pom.xml b/connector/kafka-0-10/pom.xml index f8f7bdd879aa..8aaadea1f2e6 100644 --- a/connector/kafka-0-10/pom.xml +++ b/connector/kafka-0-10/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/kinesis-asl-assembly/pom.xml b/connector/kinesis-asl-assembly/pom.xml index c580b6cebe23..f51c0514de2c 100644 --- a/connector/kinesis-asl-assembly/pom.xml +++ b/connector/kinesis-asl-assembly/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/kinesis-asl/pom.xml b/connector/kinesis-asl/pom.xml index 5c94cd71bca8..c3281d66e984 100644 --- a/connector/kinesis-asl/pom.xml +++ b/connector/kinesis-asl/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/protobuf/pom.xml b/connector/protobuf/pom.xml index 53d35f39ae2a..53cecf8fe55c 100644 --- a/connector/protobuf/pom.xml +++ b/connector/protobuf/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/connector/spark-ganglia-lgpl/pom.xml b/connector/spark-ganglia-lgpl/pom.xml index d0c5c4674387..83661a65d54d 100644 --- a/connector/spark-ganglia-lgpl/pom.xml +++ b/connector/spark-ganglia-lgpl/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/core/pom.xml b/core/pom.xml index b95fe3d4adfc..1b635f9f78c6 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/docs/_config.yml b/docs/_config.yml index 62affb199c1e..05d6b1e35b4f 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -19,7 +19,7 @@ include: # These allow the documentation to be updated with newer releases # of Spark, Scala, and Mesos. -SPARK_VERSION: 3.5.6 +SPARK_VERSION: 3.5.6-SNAPSHOT SPARK_VERSION_SHORT: 3.5.6 SCALA_BINARY_VERSION: "2.12" SCALA_VERSION: "2.12.18" diff --git a/examples/pom.xml b/examples/pom.xml index 73b9e5508a64..1dd365a1f91d 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/graphx/pom.xml b/graphx/pom.xml index a886a3cd058a..f267100f8200 100644 --- a/graphx/pom.xml +++ b/graphx/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/hadoop-cloud/pom.xml b/hadoop-cloud/pom.xml index 6a0a06024b8b..4f2798197b00 100644 --- a/hadoop-cloud/pom.xml +++ b/hadoop-cloud/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/launcher/pom.xml b/launcher/pom.xml index 8d132a9421c6..e22f574677ff 100644 --- a/launcher/pom.xml +++ b/launcher/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/mllib-local/pom.xml b/mllib-local/pom.xml index 95e5e05aca28..cacf3678f7db 100644 --- a/mllib-local/pom.xml +++ b/mllib-local/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/mllib/pom.xml b/mllib/pom.xml index 737894001602..5311bef9bd44 100644 --- a/mllib/pom.xml +++ b/mllib/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 68e2c422a24b..1aa570c33197 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ </parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <packaging>pom</packaging> <name>Spark Project Parent POM</name> <url>https://spark.apache.org/</url> diff --git a/python/pyspark/version.py b/python/pyspark/version.py index d3f6dd852782..73b28af71bc3 100644 --- a/python/pyspark/version.py +++ b/python/pyspark/version.py @@ -16,4 +16,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__: str = "3.5.6" +__version__: str = "3.5.6.dev0" diff --git a/repl/pom.xml b/repl/pom.xml index b7e79f654397..a3bdf5e4a37e 100644 --- a/repl/pom.xml +++ b/repl/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/resource-managers/kubernetes/core/pom.xml b/resource-managers/kubernetes/core/pom.xml index 4894194a7e11..dad7f9e6a329 100644 --- a/resource-managers/kubernetes/core/pom.xml +++ b/resource-managers/kubernetes/core/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/resource-managers/kubernetes/integration-tests/pom.xml b/resource-managers/kubernetes/integration-tests/pom.xml index 03c9040766cb..795a385699cb 100644 --- a/resource-managers/kubernetes/integration-tests/pom.xml +++ b/resource-managers/kubernetes/integration-tests/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> diff --git a/resource-managers/mesos/pom.xml b/resource-managers/mesos/pom.xml index 5860bc7aacb3..abff70527f39 100644 --- a/resource-managers/mesos/pom.xml +++ b/resource-managers/mesos/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/resource-managers/yarn/pom.xml b/resource-managers/yarn/pom.xml index 695219568690..31f2f0cd7541 100644 --- a/resource-managers/yarn/pom.xml +++ b/resource-managers/yarn/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/sql/api/pom.xml b/sql/api/pom.xml index fd2714bb5bcf..deebb0b8791a 100644 --- a/sql/api/pom.xml +++ b/sql/api/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/sql/catalyst/pom.xml b/sql/catalyst/pom.xml index 522505203363..0d00878636db 100644 --- a/sql/catalyst/pom.xml +++ b/sql/catalyst/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/sql/core/pom.xml b/sql/core/pom.xml index f08b33575fc6..746c0cef6da8 100644 --- a/sql/core/pom.xml +++ b/sql/core/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/sql/hive-thriftserver/pom.xml b/sql/hive-thriftserver/pom.xml index 66eb1420561e..579d0ffec339 100644 --- a/sql/hive-thriftserver/pom.xml +++ b/sql/hive-thriftserver/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/sql/hive/pom.xml b/sql/hive/pom.xml index 9eb5eeef247f..85101a180eb4 100644 --- a/sql/hive/pom.xml +++ b/sql/hive/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/streaming/pom.xml b/streaming/pom.xml index 23828702389e..3ea0980c37ac 100644 --- a/streaming/pom.xml +++ b/streaming/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/tools/pom.xml b/tools/pom.xml index 038306f57351..a38f0abb59b5 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.12</artifactId> - <version>3.5.6</version> + <version>3.5.6-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org