Skip to content

Commit cc5d220

Browse files
committed
chore: test iceberg 1.10.0
1 parent 0ba787f commit cc5d220

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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

docs/source/user-guide/latest/compatibility.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ and sorting on floating-point data can be enabled by setting `spark.comet.expres
5656
## Incompatible Expressions
5757

5858
Expressions that are not 100% Spark-compatible will fall back to Spark by default and can be enabled by setting
59-
`spark.comet.expression.EXPRNAME.allowIncompatible=true`, where `EXPRNAME` is the Spark expression class name. See
60-
the [Comet Supported Expressions Guide](expressions.md) for more information on this configuration setting.
59+
`spark.comet.expression.EXPRNAME.allowIncompatible=true`, where `EXPRNAME` is the Spark expression class name. See
60+
the [Comet Supported Expressions Guide](expressions.md) for more information on this configuration setting.
6161

6262
It is also possible to specify `spark.comet.expression.allowIncompatible=true` to enable all
6363
incompatible expressions.

0 commit comments

Comments
 (0)