steveloughran commented on PR #14928: URL: https://github.com/apache/iceberg/pull/14928#issuecomment-3712031058
AS noted in email, based on my s3a tests, rustfs is inconsistent such that deleted files are still visible in LIST. I've told the rustfs team about this https://github.com/rustfs/rustfs/issues/1325 If there's any code which cares about this in testing it's in trouble, at least until addressed. Callers do see * object in GET and HEAD after create * entry in LIST after create * 404 in HEAD/GET after DELETE this is a lot better than S3 used to offer -- 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]
