rdblue commented on a change in pull request #3213:
URL: https://github.com/apache/iceberg/pull/3213#discussion_r720849912
##########
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:
Changing the starting snapshot ID breaks the correctness of certain
operations, so I don't think that's what you want to do. What are you trying to
do here?
--
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]