Uh oh!
There was an error while loading. Please reload this page.
Core: Extend ResolvingFileIO to support BulkOperations - #7976
Conversation
Uh oh!
There was an error while loading. Please reload this page.
nastra
left a comment
There was a problem hiding this comment.
I think having this makes a lot of sense, just left a small comment
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Eduard Tudenhoefner <etudenhoefner@gmail.com>
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
# Conflicts: # core/src/test/java/org/apache/iceberg/io/TestResolvingIO.java
a98b9ee to
8af9405Comparedramaticlly
commented
Aug 10, 2023
@RussellSpitzer@nastra@bryanck updated per your suggest, appreciate another look. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…139) Co-authored-by: Hongyue/Steve Zhang <steveiszhy@gmail.com>
close#7975
Since #6682 provide major deletion performance improvement on S3 and hadoop fileIO, I think we can try to add SupportsBulkOperations for ResolvingFileIO as it currently dynamically load fileIO based on scheme and both of the delegation fileIOs (S3FileIO and HadoopFileIO) supports bulk deletion.
If custom fileIO is used at catalog but not support bulk operations, it will fall back to standup sequential deletion.
CC @rdblue@nastra@RussellSpitzer@szehon-ho