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: [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]

Reply via email to