danielcweeks commented on PR #9884: URL: https://github.com/apache/iceberg/pull/9884#issuecomment-1986751554
@jbonofre FileIO is already pluggable without this. If you have a license constrained/custom/external implementation, you can configure that directly and it can use any scheme. Hadoop FileSystem has long had support for mapping implementation to schemes and ultimately resulted in some of these non-standard schemes (like `s3a` and `s3n`) which we now have to adapt because they got enough adoption to be problematic, but cause incompatibility with other tools in this ecosystem. For things that are managed by Iceberg, I feel that we want to be explicit and ensure compatibility where possible. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org