Fokko commented on code in PR #1899:
URL: https://github.com/apache/iceberg-python/pull/1899#discussion_r2041062862
##
dev/Dockerfile:
##
@@ -39,20 +39,20 @@ WORKDIR ${SPARK_HOME}
# Remember to also update `tests/conftest`'s spark setting
ENV SPARK_VERSION=3.5.4
ENV ICEBERG_S
kevinjqliu commented on code in PR #1899:
URL: https://github.com/apache/iceberg-python/pull/1899#discussion_r2040916223
##
dev/Dockerfile:
##
@@ -39,20 +39,20 @@ WORKDIR ${SPARK_HOME}
# Remember to also update `tests/conftest`'s spark setting
ENV SPARK_VERSION=3.5.4
ENV ICEB
kevinjqliu commented on code in PR #1899:
URL: https://github.com/apache/iceberg-python/pull/1899#discussion_r2040915222
##
dev/Dockerfile:
##
@@ -39,20 +39,20 @@ WORKDIR ${SPARK_HOME}
# Remember to also update `tests/conftest`'s spark setting
ENV SPARK_VERSION=3.5.4
ENV ICEB
Fokko commented on PR #1899:
URL: https://github.com/apache/iceberg-python/pull/1899#issuecomment-2786577711
Thanks @nastra
--
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.
Fokko merged PR #1899:
URL: https://github.com/apache/iceberg-python/pull/1899
--
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 unsubscribe, e-mail: issues-unsubscr...@iceber
Fokko opened a new pull request, #1899:
URL: https://github.com/apache/iceberg-python/pull/1899
With https://github.com/apache/iceberg/pull/12593/ Row lineage is required
and Spark uses Java 1.8.0 that does not write the required `start-row-id` field
in the snapshot.
Therefore, I thi