From ab539bf696538b83ed27e74dbce5860e23ab1afc Mon Sep 17 00:00:00 2001 From: Josh Rosen Date: Wed, 3 Jul 2024 19:24:32 -0700 Subject: [PATCH] 3.5.0 -> 4.0.0 for conf version --- .../main/scala/org/apache/spark/internal/config/package.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/scala/org/apache/spark/internal/config/package.scala b/core/src/main/scala/org/apache/spark/internal/config/package.scala index 71a8632936974..9eee293ee2a40 100644 --- a/core/src/main/scala/org/apache/spark/internal/config/package.scala +++ b/core/src/main/scala/org/apache/spark/internal/config/package.scala @@ -267,7 +267,7 @@ package object config { "fields (so the accumulator updates are redundant). This flag exists only as a " + "backwards-compatibility escape hatch for applications that might rely on the old " + "behavior. See SPARK-42204 for details.") - .version("3.5.0") + .version("4.0.0") .booleanConf .createWithDefault(false)