jonathanc-n commented on code in PR #1873:
URL: https://github.com/apache/iceberg-rust/pull/1873#discussion_r2547664491
##########
crates/catalog/glue/src/catalog.rs:
##########
@@ -65,6 +65,18 @@ impl Default for GlueCatalogBuilder {
}
}
+impl GlueCatalogBuilder {
+ /// Get a mutable reference to the catalog configuration.
+ pub(crate) fn catalog_config(&mut self) -> &mut GlueCatalogConfig {
Review Comment:
Made the changes in 400c6b6
--
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]