lliangyu-lin commented on code in PR #1580:
URL: https://github.com/apache/iceberg-rust/pull/1580#discussion_r2261710250


##########
crates/catalog/rest/src/catalog.rs:
##########
@@ -45,13 +46,18 @@ use crate::types::{
     RegisterTableRequest, RenameTableRequest,
 };
 
+const REST_CATALOG_PROP_URI: &str = "uri";
+const REST_CATALOG_PROP_WAREHOUSE: &str = "warehouse";
 const ICEBERG_REST_SPEC_VERSION: &str = "0.14.1";
 const CARGO_PKG_VERSION: &str = env!("CARGO_PKG_VERSION");
 const PATH_V1: &str = "v1";
 
 /// Rest catalog configuration.
 #[derive(Clone, Debug, TypedBuilder)]
 pub struct RestCatalogConfig {

Review Comment:
   I made the `RestCatalogConfig` crate private, seems like it's backward 
incompatible change as previous catalog `new` will require a 
`RestCatalogConfig`.



-- 
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