stevenzwu commented on issue #9955: URL: https://github.com/apache/iceberg/issues/9955#issuecomment-2759568285
Initially, I thought inclusive or exclusive doesn't matters much for latest snapshot strategy. Hence `INCREMENTAL_FROM_LATEST_SNAPSHOT` was implemented as `inclusive` behavior, which is consistent with other strategies. ``` INCREMENTAL_FROM_LATEST_SNAPSHOT: Start incremental mode from the latest snapshot inclusive. If it is an empty table, all future append snapshots should be discovered. ``` if we want `exclusive` behavior, we would need to add a new strategy `INCREMENTAL_FROM_LATEST_SNAPSHOT_EXCLUSIVE`. -- 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...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org