Fokko commented on issue #2346: URL: https://github.com/apache/iceberg-python/issues/2346#issuecomment-3201772402
I know this one is closed, but I think there is room for a `close` operation, since that's also used in Java for closing connection pools: https://github.com/apache/iceberg/blob/88500ecb457299cd46c5e075d29556ffdd5eaad5/core/src/main/java/org/apache/iceberg/BaseMetastoreCatalog.java#L303-L307 We could add an `__enter__` and `__exit__` method to Catalog to introduce the ability to allocate and clean up resources. -- 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]
