JingsongLi commented on PR #522:
URL: https://github.com/apache/paimon-rust/pull/522#issuecomment-4989280377
1. The explicit identifier API for `overwrite/truncate` sets
`filter_committed=false` by default. It is unclear whether retries following a
successful operation might execute destructive operations again, potentially
causing the accidental deletion of new data committed in the meantime.
2. `is_committed_identifier` uses `.await.ok()` when reading historical
snapshots, which swallows I/O and deserialization exceptions. This may fail to
detect committed identifiers, leading to duplicate commits.
--
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]