hdnpth opened a new pull request, #1156:
URL: https://github.com/apache/iceberg-go/pull/1156

   `UpdateSchema.BuildUpdates` was storing the updated name mapping under 
`schema.name-mapping.default` by calling `NameMapping.String()`. That method is 
a pretty-printer and not JSON. The reader on the other side 
(`MetadataBuilder.NameMapping`) parses the property with `json.Unmarshal` and 
silently returns `nil` on error, so any mapping written through `UpdateSchema` 
was effectively lost on the next read
   


-- 
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]

Reply via email to