myandpr commented on a change in pull request #3213:
URL: https://github.com/apache/iceberg/pull/3213#discussion_r724779586
##########
File path: core/src/main/java/org/apache/iceberg/BaseRowDelta.java
##########
@@ -104,6 +106,17 @@ public RowDelta validateNoConflictingDeleteFiles() {
@Override
protected void validate(TableMetadata base) {
+ // update startingSnapshotId.
Review comment:
We ran into a problem in v2 format when we compact files and delete
expired files at the same time .
I found a related issue https://github.com/apache/iceberg/issues/2482, but
this issue has no follow-up conclusion.
This is other relate issue https://github.com/apache/iceberg/issues/2371,
and I used https://github.com/apache/iceberg/pull/2511 to temporarily solve
this problem https://github.com/apache/iceberg/issues/2482
--
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]