Skip to content

Commit

Permalink
Update Delta Lake to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ebyhr committed Jan 6, 2025
1 parent d85c6ca commit 79700ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/spark3-delta/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
ARG ARCH
FROM testing/almalinux9-oj11:unlabelled$ARCH

ARG SPARK_VERSION=3.5.0
ARG SPARK_VERSION=3.5.3
ARG HADOOP_VERSION=3
ARG DELTA_VERSION=3.2.0
ARG DELTA_VERSION=3.3.0
ARG SCALA_VERSION=2.12

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

0 comments on commit 79700ce

Please sign in to comment.