Skip to content

Commit

Permalink
Upgrade Delta version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ebyhr committed Oct 17, 2023
1 parent ce504f5 commit a42c492
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/centos7-oj11:unlabelled$ARCH

ARG SPARK_VERSION=3.4.0
ARG SPARK_VERSION=3.5.0
ARG HADOOP_VERSION=3
ARG DELTA_VERSION=2.4.0
ARG DELTA_VERSION=3.0.0
ARG SCALA_VERSION=2.12

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

0 comments on commit a42c492

Please sign in to comment.