zhongyujiang opened a new pull request, #2513:
URL: https://github.com/apache/iceberg-python/pull/2513
…unctions.
<!--
Thanks for opening a pull request!
-->
<!-- In the case this PR will resolve an issue, please replace
${GITHUB_ISSUE_ID} below with the actual Github issue id. -->
<!-- Closes #${GITHUB_ISSUE_ID} -->
# Rationale for this change
Currently, the documentation of these write functions contains some
inaccuracies regarding snapshot operations. These update methods do not
actually produce `replace` snapshots, but rather `overwrite` snapshots, because
the rewrite here modifies the data (dropping the records that match the
overwrite filter).
A `replace` snapshot is only generated when the table data itself is not
changed, such as during data file rewrites or manifest rewrites.
https://iceberg.apache.org/spec/#snapshots
<img width="1536" height="418" alt="image"
src="https://github.com/user-attachments/assets/a96b0e1c-86af-45da-98e5-58753e7f7482"
/>
## Are these changes tested?
## Are there any user-facing changes?
<!-- In the case of user-facing changes, please add the changelog label. -->
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]