This is an automated email from the ASF dual-hosted git repository. lresende pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-toree.git
commit 79a8ca3fc85678263c5ead1ade9c12ee5890d1d6 Author: Luciano Resende <[email protected]> AuthorDate: Sun May 4 10:02:04 2025 -0700 Use builds to use Spark 3.4.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2c0f39c7..2552a6b9 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ IS_SNAPSHOT?=true SNAPSHOT:=-SNAPSHOT endif -APACHE_SPARK_VERSION?=3.3.2 +APACHE_SPARK_VERSION?=3.4.0 SCALA_VERSION?=2.12 IMAGE?=jupyter/all-spark-notebook:latest EXAMPLE_IMAGE?=apache/toree-examples
