Sanjays2402 commented on issue #3591: URL: https://github.com/apache/iceberg-python/issues/3591#issuecomment-5014848692
Looks like this was fixed on main in #3381 (commit 921e111) — the `from_metadata` rewrite now passes `location=metadata_location` to the third `load_file_io` call: https://github.com/apache/iceberg-python/blob/main/pyiceberg/table/__init__.py#L1823 So the returned table's `io` now infers from the metadata location scheme like the other two calls. Probably safe to close. -- 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]
