Skip to content

Commit

Permalink
Bump Apache Iceberg to 1.6.0 (#172)
Browse files Browse the repository at this point in the history
* Bump Apache Iceberg to 1.6.0

* Oops
  • Loading branch information
Fokko authored Aug 14, 2024
1 parent 7019f82 commit 9736318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ WORKDIR ${SPARK_HOME}

ENV SPARK_VERSION=3.5.2
ENV SPARK_MAJOR_VERSION=3.5
ENV ICEBERG_VERSION=1.5.2
ENV ICEBERG_VERSION=1.6.0

# Download spark
RUN mkdir -p ${SPARK_HOME} \
Expand Down

0 comments on commit 9736318

Please sign in to comment.