Skip to content

Commit 4cd9bc3

Browse files
committed
test: re-enable sql_hive-1 for Spark 4.0 to check if #2946 still reproduces
1 parent b98a736 commit 4cd9bc3

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/spark_sql_test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,6 @@ jobs:
137137
- {spark-short: '3.4', spark-full: '3.4.3', java: 11, scan-impl: 'auto'}
138138
- {spark-short: '3.5', spark-full: '3.5.8', java: 11, scan-impl: 'auto'}
139139
- {spark-short: '4.0', spark-full: '4.0.1', java: 17, scan-impl: 'auto'}
140-
# Skip sql_hive-1 for Spark 4.0 due to https://github.com/apache/datafusion-comet/issues/2946
141-
exclude:
142-
- config: {spark-short: '4.0', spark-full: '4.0.1', java: 17, scan-impl: 'auto'}
143-
module: {name: "sql_hive-1", args1: "", args2: "hive/testOnly * -- -l org.apache.spark.tags.ExtendedHiveTest -l org.apache.spark.tags.SlowHiveTest"}
144140
fail-fast: false
145141
name: spark-sql-${{ matrix.config.scan-impl }}-${{ matrix.module.name }}/spark-${{ matrix.config.spark-full }}
146142
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)