pitrou commented on code in PR #14223:
URL: https://github.com/apache/arrow/pull/14223#discussion_r1093565647
##########
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:
Ah! I might have misunderstood, is it about the JSON integration format or
about reading JSONL files?
--
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]