kevinjqliu commented on issue #3814: URL: https://github.com/apache/iceberg-python/issues/3814#issuecomment-5359365451
This is rare because it requires an unusual combination: - Using the low-level snapshot API directly. - Supplying a stale `DataFile` reference that was deleted before the transaction’s base snapshot. - Explicitly requesting deletion of that already-missing file. Normal high-level overwrite and upsert operations derive files from the current table state, so they don’t hit this path. It’s an edge case in validation, not a common concurrency scenario. -- 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]
