Re: [PR] feat: Add `NameMapping` [iceberg-rust]

2025-03-12 Thread via GitHub
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 {

[PR] feat: Add `NameMapping` [iceberg-rust]

2025-03-11 Thread via GitHub
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