alberttwong opened a new issue, #334: URL: https://github.com/apache/hudi-rs/issues/334
### Feature Description When writing iceberg rust code to use glue, here are the classes that hudi-rs would need to support. The example app that I would be migrating would be a mcp application that you can see databases and tables. https://github.com/morristai/iceberg-mcp/blob/main/src/server.rs ``` use iceberg::spec::SortOrder; use iceberg::{Catalog, NamespaceIdent, TableIdent}; use iceberg_catalog_glue::GlueCatalog; use iceberg_catalog_rest::RestCatalog; ``` ### Additional context _No response_ -- 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]
