kevinjqliu commented on issue #1328:
URL:
https://github.com/apache/iceberg-python/issues/1328#issuecomment-2494993070
if it's empty on read, it's most likely related to a permission issue.
Here's something you can run to debug.
```
metadata_location = "s3://...."
io = catalog._load_file_io(location=metadata_location)
file = io.new_input(metadata_location)
metadata = FromInputFile.table_metadata(file)
```
--
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]