rdblue commented on code in PR #7487: URL: https://github.com/apache/iceberg/pull/7487#discussion_r1183892048
########## core/src/main/java/org/apache/iceberg/rest/RESTSessionCatalog.java: ########## @@ -108,6 +112,7 @@ public class RESTSessionCatalog extends BaseSessionCatalog private FileIO io = null; private MetricsReporter reporter = null; private boolean reportingViaRestEnabled; + private CloseableGroup closeableGroup = null; Review Comment: Minor: consider using shorter names where possible. The word "group" isn't really helping here, just making the name longer. This could be `closeables`. -- 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]
