pitrou commented on code in PR #14223:
URL: https://github.com/apache/arrow/pull/14223#discussion_r1093467820
##########
go/arrow/array/util_test.go:
##########
@@ -430,6 +430,10 @@ func TestArrRecordsJSONRoundTrip(t *testing.T) {
// float weirdness due to their size, so smaller tests
will work fine.
continue
}
+ if k == "run_end_encoded" {
+ // unmarshalling json to run_end_encoded not yet
implemented
Review Comment:
Do you plan to do it in this PR?
--
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]