This is an automated email from the ASF dual-hosted git repository.
agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/main by this push:
new 77e0f71e2 build: Reinstate macOS CI builds of Comet with Spark 4.0
(#2950)
77e0f71e2 is described below
commit 77e0f71e26ada156085a4420208ef33f597e13c7
Author: Manu Zhang <[email protected]>
AuthorDate: Tue Dec 23 01:41:43 2025 +0800
build: Reinstate macOS CI builds of Comet with Spark 4.0 (#2950)
---
.github/workflows/pr_build_macos.yml | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/pr_build_macos.yml
b/.github/workflows/pr_build_macos.yml
index 02d31c4f5..4c955346c 100644
--- a/.github/workflows/pr_build_macos.yml
+++ b/.github/workflows/pr_build_macos.yml
@@ -57,11 +57,9 @@ jobs:
java_version: "17"
maven_opts: "-Pspark-3.5 -Pscala-2.13"
- # TODO fails with OOM
- # https://github.com/apache/datafusion-comet/issues/1949
-# - name: "Spark 4.0, JDK 17, Scala 2.13"
-# java_version: "17"
-# maven_opts: "-Pspark-4.0 -Pscala-2.13"
+ - name: "Spark 4.0, JDK 17, Scala 2.13"
+ java_version: "17"
+ maven_opts: "-Pspark-4.0 -Pscala-2.13"
suite:
- name: "fuzz"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]