pan3793 commented on code in PR #4665:
URL: https://github.com/apache/zeppelin/pull/4665#discussion_r1354367211


##########
spark/spark-shims/src/main/java/org/apache/zeppelin/spark/SparkVersion.java:
##########
@@ -31,8 +31,10 @@ public class SparkVersion {
 
   public static final SparkVersion SPARK_3_5_0 = 
SparkVersion.fromVersionString("3.5.0");
 
+  public static final SparkVersion SPARK_4_0_0 = 
SparkVersion.fromVersionString("4.0.0");
+
   public static final SparkVersion MIN_SUPPORTED_VERSION =  SPARK_3_2_0;
-  public static final SparkVersion UNSUPPORTED_FUTURE_VERSION = SPARK_3_5_0;
+  public static final SparkVersion UNSUPPORTED_FUTURE_VERSION = SPARK_4_0_0;

Review Comment:
   3.5 will be the last feature version in Spark 3.x serials, Apache Spark 
master branch goes 4.0.0-SNAPSHOT now



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to