Skip to content

Commit 67624a8

Browse files
authored
ci: Remove native_datafusion workflows after 4f5eaf0. (#3908)
1 parent 6260665 commit 67624a8

3 files changed

Lines changed: 2 additions & 85 deletions

File tree

.github/workflows/pr_build_linux.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -250,11 +250,6 @@ jobs:
250250
maven_opts: "-Pspark-3.5 -Dspark.version=3.5.6 -Pscala-2.13"
251251
scan_impl: "auto"
252252

253-
- name: "Spark 3.5, JDK 17, Scala 2.12"
254-
java_version: "17"
255-
maven_opts: "-Pspark-3.5 -Pscala-2.12"
256-
scan_impl: "native_datafusion"
257-
258253
- name: "Spark 3.5, JDK 17, Scala 2.12"
259254
java_version: "17"
260255
maven_opts: "-Pspark-3.5 -Pscala-2.12"

.github/workflows/spark_sql_test.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -121,22 +121,16 @@ jobs:
121121
- {name: "sql_hive-1", args1: "", args2: "hive/testOnly * -- -l org.apache.spark.tags.ExtendedHiveTest -l org.apache.spark.tags.SlowHiveTest"}
122122
- {name: "sql_hive-2", args1: "", args2: "hive/testOnly * -- -n org.apache.spark.tags.ExtendedHiveTest"}
123123
- {name: "sql_hive-3", args1: "", args2: "hive/testOnly * -- -n org.apache.spark.tags.SlowHiveTest"}
124-
# Test combinations:
125-
# - auto scan: all Spark versions (3.4, 3.5, 4.0)
126-
# - native_iceberg_compat: Spark 3.5 only
124+
# Since 4f5eaf0, auto mode uses native_datafusion for V1 scans,
125+
# so we only need to test with auto.
127126
config:
128127
- {spark-short: '3.4', spark-full: '3.4.3', java: 11, scan-impl: 'auto'}
129-
- {spark-short: '3.4', spark-full: '3.4.3', java: 11, scan-impl: 'native_datafusion'}
130128
- {spark-short: '3.5', spark-full: '3.5.8', java: 11, scan-impl: 'auto'}
131-
- {spark-short: '3.5', spark-full: '3.5.8', java: 11, scan-impl: 'native_datafusion'}
132129
- {spark-short: '4.0', spark-full: '4.0.1', java: 17, scan-impl: 'auto'}
133-
- {spark-short: '4.0', spark-full: '4.0.1', java: 17, scan-impl: 'native_datafusion'}
134130
# Skip sql_hive-1 for Spark 4.0 due to https://github.com/apache/datafusion-comet/issues/2946
135131
exclude:
136132
- config: {spark-short: '4.0', spark-full: '4.0.1', java: 17, scan-impl: 'auto'}
137133
module: {name: "sql_hive-1", args1: "", args2: "hive/testOnly * -- -l org.apache.spark.tags.ExtendedHiveTest -l org.apache.spark.tags.SlowHiveTest"}
138-
- config: {spark-short: '4.0', spark-full: '4.0.1', java: 17, scan-impl: 'native_datafusion'}
139-
module: {name: "sql_hive-1", args1: "", args2: "hive/testOnly * -- -l org.apache.spark.tags.ExtendedHiveTest -l org.apache.spark.tags.SlowHiveTest"}
140134
fail-fast: false
141135
name: spark-sql-${{ matrix.config.scan-impl }}-${{ matrix.module.name }}/spark-${{ matrix.config.spark-full }}
142136
runs-on: ${{ matrix.os }}

.github/workflows/spark_sql_test_native_datafusion.yml

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)