rdblue opened a new pull request #3593: URL: https://github.com/apache/iceberg/pull/3593
While testing Spark streaming reads with `S3FileIO`, I found that `FileIO` is used for checkpoint state but the checkpoint location may not match the expected `FileIO` implementation. This adds a new `FileIO` that dynamically loads and uses `S3FileIO` or falls back to `HadoopFileIO` depending on the scheme of each location. -- 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]
