We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0556f5e commit b2a13ffCopy full SHA for b2a13ff
.github/workflows/pr_build_macos.yml
@@ -57,11 +57,9 @@ jobs:
57
java_version: "17"
58
maven_opts: "-Pspark-3.5 -Pscala-2.13"
59
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"
+ - name: "Spark 4.0, JDK 17, Scala 2.13"
+ java_version: "17"
+ maven_opts: "-Pspark-4.0 -Pscala-2.13"
65
66
suite:
67
- name: "fuzz"
0 commit comments