Skip to content

Commit 4314016

Browse files
committed
Upgrade Iceberg version for regtests and docs
1 parent 0e50f19 commit 4314016

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

regtests/setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if [ -z "${SPARK_HOME}" ]; then
3131
fi
3232
SPARK_CONF="${SPARK_HOME}/conf/spark-defaults.conf"
3333
DERBY_HOME="/tmp/derby"
34-
ICEBERG_VERSION="1.7.1"
34+
ICEBERG_VERSION="1.8.1"
3535
export PYTHONPATH="${SPARK_HOME}/python/:${SPARK_HOME}/python/lib/py4j-0.10.9.7-src.zip:$PYTHONPATH"
3636

3737
# Ensure binaries are downloaded locally

regtests/t_pyspark/src/iceberg_spark.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def __enter__(self):
7272
"""Initial method for Iceberg Spark session. Creates a Spark session with specified configs.
7373
"""
7474
packages = [
75-
"org.apache.iceberg:iceberg-spark-runtime-3.5_2.12:1.7.1",
75+
"org.apache.iceberg:iceberg-spark-runtime-3.5_2.12:1.8.1",
7676
"org.apache.hadoop:hadoop-aws:3.4.0",
7777
"software.amazon.awssdk:bundle:2.23.19",
7878
"software.amazon.awssdk:url-connection-client:2.23.19",

site/content/in-dev/unreleased/quickstart.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ _Note: the credentials provided here are those for our principal, not the root c
280280

281281
```shell
282282
bin/spark-shell \
283-
--packages org.apache.iceberg:iceberg-spark-runtime-3.5_2.12:1.7.1,org.apache.hadoop:hadoop-aws:3.4.0 \
283+
--packages org.apache.iceberg:iceberg-spark-runtime-3.5_2.12:1.8.1,org.apache.hadoop:hadoop-aws:3.4.0 \
284284
--conf spark.sql.extensions=org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions \
285285
--conf spark.sql.catalog.quickstart_catalog.warehouse=quickstart_catalog \
286286
--conf spark.sql.catalog.quickstart_catalog.header.X-Iceberg-Access-Delegation=vended-credentials \

0 commit comments

Comments
 (0)