Skip to content

Commit c1b935d

Browse files
committed
Bump to Iceberg 1.9.0
1 parent 54ae850 commit c1b935d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ WORKDIR ${SPARK_HOME}
3939
# Remember to also update `tests/conftest`'s spark setting
4040
ENV SPARK_VERSION=3.5.4
4141
ENV ICEBERG_SPARK_RUNTIME_VERSION=3.5_2.12
42-
ENV ICEBERG_VERSION=1.8.0
42+
ENV ICEBERG_VERSION=1.9.0
4343
ENV PYICEBERG_VERSION=0.9.0
4444

4545
RUN curl --retry 5 -s -C - https://archive.apache.org/dist/spark/spark-${SPARK_VERSION}/spark-${SPARK_VERSION}-bin-hadoop3.tgz -o spark-${SPARK_VERSION}-bin-hadoop3.tgz \

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2434,7 +2434,7 @@ def spark() -> "SparkSession":
24342434
# Remember to also update `dev/Dockerfile`
24352435
spark_version = ".".join(importlib.metadata.version("pyspark").split(".")[:2])
24362436
scala_version = "2.12"
2437-
iceberg_version = "1.8.0"
2437+
iceberg_version = "1.9.0"
24382438

24392439
os.environ["PYSPARK_SUBMIT_ARGS"] = (
24402440
f"--packages org.apache.iceberg:iceberg-spark-runtime-{spark_version}_{scala_version}:{iceberg_version},"

0 commit comments

Comments
 (0)