Skip to content

Commit b2a13ff

Browse files
committed
build: Reinstate macOS CI builds of Comet with Spark 4.0
1 parent 0556f5e commit b2a13ff

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/pr_build_macos.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,9 @@ jobs:
5757
java_version: "17"
5858
maven_opts: "-Pspark-3.5 -Pscala-2.13"
5959

60-
# TODO fails with OOM
61-
# https://github.com/apache/datafusion-comet/issues/1949
62-
# - name: "Spark 4.0, JDK 17, Scala 2.13"
63-
# java_version: "17"
64-
# maven_opts: "-Pspark-4.0 -Pscala-2.13"
60+
- name: "Spark 4.0, JDK 17, Scala 2.13"
61+
java_version: "17"
62+
maven_opts: "-Pspark-4.0 -Pscala-2.13"
6563

6664
suite:
6765
- name: "fuzz"

0 commit comments

Comments
 (0)