liurenjie1024 commented on code in PR #1072:
URL: https://github.com/apache/iceberg-rust/pull/1072#discussion_r1992654031
##
crates/iceberg/src/spec/name_mapping.rs:
##
@@ -33,14 +44,631 @@ pub struct NameMapping {
#[serde(rename_all = "kebab-case")]
pub struct MappedField {
jonathanc-n opened a new pull request, #1072:
URL: https://github.com/apache/iceberg-rust/pull/1072
## Which issue does this PR close?
- Related to #1030.
## What changes are included in this PR?
Added `NameMapping` implementation. Includes updating, creating, and
ap