rdblue opened a new pull request, #7064: URL: https://github.com/apache/iceberg/pull/7064
This adds `setFileIOBuilder(Function<Map<String, String>, FileIO)` to the `RESTSessionCatalog`. This allows another way to customize the `FileIO` instances used by the REST catalog. For example, Trino has custom `FileIO` implementations that manage resources differently than `S3FileIO`. The function accepts a string map of config properties, which allows passing context from the catalog and table level for the IO, including `token` for remote S3 signing as well as the `s3.*` properties for access to S3. -- 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]
