jdockerty commented on code in PR #1116: URL: https://github.com/apache/iceberg-rust/pull/1116#discussion_r2005389130
########## crates/iceberg/src/spec/name_mapping.rs: ########## @@ -32,9 +36,12 @@ pub struct NameMapping { #[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Clone)] #[serde(rename_all = "kebab-case")] pub struct MappedField { + /// Iceberg field ID when a field's name is present within `names`. Review Comment: I've added this into `mapped_fields.rs` :bow: ~~**Edit:** it looks like my latest commits aren't showing up and are still being processed by GitHub after ~10minutes. If we're running into a GitHub outage, the current diff is viewable [here](https://github.com/apache/iceberg-rust/compare/main...jdockerty:iceberg-rust:chore/expose-name-mapping?expand=1)~~This has resolved after about an hour, ignore. -- 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