nastra commented on issue #4839: URL: https://github.com/apache/iceberg/issues/4839#issuecomment-1134512854
IIUC `ResolvingFileIO` has the capability to use different schemes, where `s3` / `s3n` / `s3a` all resolve to `S3FileIO` and `fs` resolves to `HadoopFileIO`. There's no differentiation between which FileIO implemenentation should be used for data and metadata files. I think the idea behind this ticket is that users would have the capability to explicitly specify which FileIO implementation should be used for data files and which one for metadata files. -- 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]
