scottjarman closed issue #1948: load_table showing old table schema
URL: https://github.com/apache/iceberg-python/issues/1948
--
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
scottjarman commented on issue #1948:
URL:
https://github.com/apache/iceberg-python/issues/1948#issuecomment-2837899835
@guptaakashdeep appreciate you looking into this. Turns out its an issue
with AWS Glue metadata json files. When you create/modify a table in the AWS
console it leaves t
guptaakashdeep commented on issue #1948:
URL:
https://github.com/apache/iceberg-python/issues/1948#issuecomment-2831943321
@scottjarman you can see all the metadata changes that has happened on a
table using Iceberg metadata table called `metadata_log_entries`. In PyIceberg,
you can see th
scottjarman commented on issue #1948:
URL:
https://github.com/apache/iceberg-python/issues/1948#issuecomment-2827784274
With debug on I can see the correct response from Glue API but table output
still showing old schema.
![Image](https://github.com/user-attachments/assets/1b3fc351-
scottjarman opened a new issue, #1948:
URL: https://github.com/apache/iceberg-python/issues/1948
### Apache Iceberg version
0.8.1
### Please describe the bug 🐞
I have an Iceberg table in AWS Glue Catalog that has numerous schema
versions.
When I run load_table the