liurenjie1024 commented on issue #1130: URL: https://github.com/apache/iceberg-rust/issues/1130#issuecomment-2796176496
> Does iceberg rust support hadoop catalog? I only see `s3tables` in the code base. Hi, @mingmwang There is no support for hadoop catalog, but there is [`StaticTable`](https://github.com/apache/iceberg-rust/blob/6e07faacd7734886718ce544e40599eb2ce939e3/crates/iceberg/src/table.rs#L250) which allows you to query tables without relying on a catalog. -- 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]
