psavalle opened a new issue, #2051: URL: https://github.com/apache/iceberg-python/issues/2051
### Feature Request / Improvement The Glue catalog implementation [always reloads the table](https://github.com/apache/iceberg-python/blob/main/pyiceberg/catalog/glue.py#L505) in `GlueCatalog.commit_table`, even though a `Table` object is passed in. It would be useful to have to opportunity to skip that for use cases that write frequently and already have an up-to-date `Table` object, as the extra table reload can take some time (esp. on tables with lots of checkpoints). -- 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