Fokko closed pull request #1323: Test: Bump Iceberg-Java to 1.7.1
URL: https://github.com/apache/iceberg-python/pull/1323
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To uns
Fokko commented on code in PR #1323:
URL: https://github.com/apache/iceberg-python/pull/1323#discussion_r1889232014
##
dev/Dockerfile:
##
@@ -36,9 +36,9 @@ ENV
PYTHONPATH=$SPARK_HOME/python:$SPARK_HOME/python/lib/py4j-0.10.9.7-src.zip:$
RUN mkdir -p ${HADOOP_HOME} && mkdir -p
Fokko commented on code in PR #1323:
URL: https://github.com/apache/iceberg-python/pull/1323#discussion_r1889227649
##
dev/Dockerfile:
##
@@ -38,7 +38,7 @@ WORKDIR ${SPARK_HOME}
ENV SPARK_VERSION=3.5.3
Review Comment:
```suggestion
ENV SPARK_VERSION=3.5.2
```
--