Skip to content

Commit

Permalink
Update Iceberg to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ebyhr authored and wendigo committed Mar 14, 2024
1 parent abbe59e commit 7c2f10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/spark3-iceberg/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ FROM testing/centos7-oj11:unlabelled$ARCH

ARG SPARK_VERSION=3.4.2

This comment has been minimized.

Copy link
@findinpath

findinpath Mar 19, 2024

Contributor

aren't we supposed to run with Spark 3.5 ?
I remember @ebyhr downgraded to 3.4.2 because of a regression a while ago, but this shouldn't be the case anymore.

ARG HADOOP_VERSION=3
ARG ICEBERG_VERSION=1.4.2
ARG ICEBERG_VERSION=1.5.0
# ICEBERG_JAR_VERSION is derived from: <spark-version>_<scala-version>
ARG ICEBERG_JAR_VERSION=3.4_2.12
ARG POSTGRESQL_JAR_VERSION=42.3.5
Expand Down

0 comments on commit 7c2f10f

Please sign in to comment.