rajarshisarkar commented on code in PR #4443: URL: https://github.com/apache/iceberg/pull/4443#discussion_r847163013
########## docs/integrations/aws.md: ########## @@ -419,9 +419,22 @@ If for any reason you have to use S3A, here are the instructions: To ensure integrity of uploaded objects, checksum validations for S3 writes can be turned on by setting catalog property `s3.checksum-enabled` to `true`. This is turned off by default. +### S3 Delete + +When `s3.delete-enabled` is disabled, the objects are not deleted from S3. +For example, to disable deletion with Spark 3.0, you can start the Spark SQL shell with: Review Comment: I have ddded the default value. ########## docs/integrations/aws.md: ########## @@ -419,9 +419,22 @@ If for any reason you have to use S3A, here are the instructions: To ensure integrity of uploaded objects, checksum validations for S3 writes can be turned on by setting catalog property `s3.checksum-enabled` to `true`. This is turned off by default. +### S3 Delete + +When `s3.delete-enabled` is disabled, the objects are not deleted from S3. +For example, to disable deletion with Spark 3.0, you can start the Spark SQL shell with: Review Comment: I have added the default value. -- 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]
