lliangyu-lin commented on issue #941: URL: https://github.com/apache/iceberg-rust/issues/941#issuecomment-3153368973
Another issue is that when loading the table from glue, the table is [read using the catalog file io](https://github.com/apache/iceberg-rust/blob/main/crates/catalog/glue/src/catalog.rs#L464). So if catalog file io is set to S3 with setting the warehouse, but the table loaded is stored another storage, it will continue to use the S3 file io to read the metadata. I think the file io should be inferred during create table and load table instead of initialized with the catalog... Reference in python * https://github.com/apache/iceberg-python/blob/main/pyiceberg/io/__init__.py#L348 -- 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