Skip to content

Commit

Permalink
Update Iceberg version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ebyhr committed Oct 27, 2023
1 parent ca3fa72 commit 4f898ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testing/spark3-iceberg/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
ARG ARCH
FROM testing/centos7-oj11:unlabelled$ARCH

ARG SPARK_VERSION=3.3.0
ARG SPARK_VERSION=3.5.0
ARG HADOOP_VERSION=3
ARG ICEBERG_VERSION=1.2.0
ARG ICEBERG_VERSION=1.4.1
# ICEBERG_JAR_VERSION is derived from: <spark-version>_<scala-version>
ARG ICEBERG_JAR_VERSION=3.3_2.12
ARG ICEBERG_JAR_VERSION=3.5_2.12
ARG POSTGRESQL_JAR_VERSION=42.3.5

ARG SPARK_ARTIFACT="spark-${SPARK_VERSION}-bin-hadoop${HADOOP_VERSION}"
Expand Down

0 comments on commit 4f898ee

Please sign in to comment.