alexandre-normand commented on code in PR #1654:
URL: https://github.com/apache/iceberg-go/pull/1654#discussion_r3759908294
##########
table/metadata.go:
##########
@@ -31,6 +30,8 @@ import (
"strconv"
"time"
+ "github.com/goccy/go-json"
Review Comment:
Yes, this is fine. The main reason I did a wholesale swap was to keep things
simple and have a cleaner mental model (it's easier to think about iceberg-go
using a single library for json decoding). But I'm totally okay with scoping
down the goccy/go-json usages where it actually matters most.
--
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]