We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb6d5b6 commit 93ae842Copy full SHA for 93ae842
1 file changed
.github/workflows/spark_sql_test.yml
@@ -126,6 +126,7 @@ jobs:
126
# - native_iceberg_compat: Spark 3.5 only
127
config:
128
- {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'}
130
- {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'}
132
- {spark-short: '4.0', spark-full: '4.0.1', java: 17, scan-impl: 'auto'}
0 commit comments