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 output shows an old schema version. 
   
   `
   catalog = load_catalog(
        **{'type': 'glue', 'glue.region':'eu-west-1'}
   )
   
   table = catalog.load_table(f'{db}.{table}')
   
   print(table)
   `
   
   However the metadata location matches the location for the latest schema in 
the Glue Catalog
   
   `
   print(table.metadata_location)
   `
   
   I have looked through all the api documentation and cannot find any mention 
of schema versions.
   Am I doing something wrong or is this a bug ?
   
   
   
   ### Willingness to contribute
   
   - [ ] I can contribute a fix for this bug independently
   - [x] I would be willing to contribute a fix for this bug with guidance from 
the Iceberg community
   - [ ] I cannot contribute a fix for this bug at this time


-- 
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.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

Reply via email to