Skip to content

Commit ac60b7c

Browse files
committed
chore: [iceberg] test iceberg 1.10.0
1 parent c6136aa commit ac60b7c

File tree

2 files changed

+1784
-3
lines changed

2 files changed

+1784
-3
lines changed

.github/workflows/iceberg_spark_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
matrix:
4747
os: [ubuntu-24.04]
4848
java-version: [11, 17]
49-
iceberg-version: [{short: '1.8', full: '1.8.1'}, {short: '1.9', full: '1.9.1'}]
49+
iceberg-version: [{short: '1.8', full: '1.8.1'}, {short: '1.9', full: '1.9.1'}, {short: '1.10', full: '1.10.0'}]
5050
spark-version: [{short: '3.5', full: '3.5.7'}]
5151
scala-version: ['2.13']
5252
fail-fast: false
@@ -85,7 +85,7 @@ jobs:
8585
matrix:
8686
os: [ubuntu-24.04]
8787
java-version: [11, 17]
88-
iceberg-version: [{short: '1.8', full: '1.8.1'}, {short: '1.9', full: '1.9.1'}]
88+
iceberg-version: [{short: '1.8', full: '1.8.1'}, {short: '1.9', full: '1.9.1'}, {short: '1.10', full: '1.10.0'}]
8989
spark-version: [{short: '3.5', full: '3.5.7'}]
9090
scala-version: ['2.13']
9191
fail-fast: false
@@ -124,7 +124,7 @@ jobs:
124124
matrix:
125125
os: [ubuntu-24.04]
126126
java-version: [11, 17]
127-
iceberg-version: [{short: '1.8', full: '1.8.1'}, {short: '1.9', full: '1.9.1'}]
127+
iceberg-version: [{short: '1.8', full: '1.8.1'}, {short: '1.9', full: '1.9.1'}, {short: '1.10', full: '1.10.0'}]
128128
spark-version: [{short: '3.5', full: '3.5.7'}]
129129
scala-version: ['2.13']
130130
fail-fast: false

0 commit comments

Comments
 (0)