Xuanwo opened a new pull request, #63: URL: https://github.com/apache/iceberg-rust/pull/63
This PR exposes and adds public methods for catalog related structs. ## Design Decisions Structs returned by the catalog typically use public methods such as `new()`, `namespace()`, and `name()` to prevent unexpected usage. On the other hand, structs constructed by users often utilize public fields for easier construction, especially when dealing with complex ones. -- 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]
