DerGut commented on issue #1411: URL: https://github.com/apache/iceberg-rust/issues/1411#issuecomment-2945013396
Right now, it's only used to validate the passed path's scheme against the scheme of the endpoint that might have been used to configure the FileIO. We don't really distinguish between `wasb[s]` and `abfs[s]`, only between their TLS and non-TLS versions. If we say that a user should also be able use a TLS endpoint via `abfss://` even though they might have passed a plain text `http://account.dfs.core.windows.net` to the FileIO, then we can drop it! -- 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