fbocse commented on issue #1178: URL: https://github.com/apache/iceberg/issues/1178#issuecomment-655623016
Oh I see, so throttling may occur if we parallelize these delete operations. How about looking at other `fs` functions to delete maybe like [fs.deleteOnExit] (https://hadoop.apache.org/docs/r2.8.2/api/org/apache/hadoop/fs/FileSystem.html#deleteOnExit(org.apache.hadoop.fs.Path))? Sounds like it's some sort of lazy delete file API that may work around throttling issues? I could look into what it's implementation looks like for S3 and ADLS but I think that this API would work better for this particular case. wdyt? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
