connortsui20 commented on code in PR #842: URL: https://github.com/apache/iceberg-rust/pull/842#discussion_r1949747913
########## crates/examples/src/rest_catalog_table.rs: ########## @@ -21,11 +21,16 @@ use iceberg::spec::{NestedField, PrimitiveType, Schema, Type}; use iceberg::{Catalog, TableCreation, TableIdent}; use iceberg_catalog_rest::{RestCatalog, RestCatalogConfig}; +/// This is a simple example that demonstrates how to create a table in a REST catalog and get it back. +/// It requires a running instance of the iceberg-rest catalog for the port 8080. Review Comment: I think that the 8080 here might be a typo? -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org