chasehaddleton commented on issue #941: URL: https://github.com/apache/iceberg-rust/issues/941#issuecomment-2960176541
I believe there is an entire class of bugs caused by the current behavior. For example, if you pass `s3` as the warehouse, but the catalog contains tables with both `s3` and `s3a` files, then it erroneously errors saying that protocols do not match (even though it is immaterial). Moving to a `FileIOType` could solve this, assuming it's paired with a set of "valid protocols for a type". -- 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