alexandre-normand commented on code in PR #1654:
URL: https://github.com/apache/iceberg-go/pull/1654#discussion_r3760275980


##########
catalog/rest/scan_task_decoder.go:
##########
@@ -20,12 +20,13 @@ package rest
 import (
        "bytes"
        "encoding/hex"
-       "encoding/json"
        "errors"
        "fmt"
        "math"
        "slices"
 
+       "github.com/goccy/go-json"

Review Comment:
   That makes sense. I added two test cases to 
`TestDecodePartitionLiteralCoversPrimitiveWireTypes` that should cover this. 



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