Skip to content

Commit 2a11b25

Browse files
authored
Bump Iceberg in CI (#2288)
# Rationale for this change Just a small bump, noticed this while working on some other stuff # Are these changes tested? # Are there any user-facing changes? <!-- In the case of user-facing changes, please add the changelog label. -->
1 parent f21e2a1 commit 2a11b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2501,7 +2501,7 @@ def spark() -> "SparkSession":
25012501
# Remember to also update `dev/Dockerfile`
25022502
spark_version = ".".join(importlib.metadata.version("pyspark").split(".")[:2])
25032503
scala_version = "2.12"
2504-
iceberg_version = "1.9.0"
2504+
iceberg_version = "1.9.2"
25052505

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

0 commit comments

Comments
 (0)