zeroshade commented on a change in pull request #10106:
URL: https://github.com/apache/arrow/pull/10106#discussion_r619891483
##########
File path: go/arrow/internal/arrjson/arrjson_test.go
##########
@@ -3101,4 +3102,640 @@ func makeDurationsWantJSONs() string {
func makeDecimal128sWantJSONs() string {
return `` // FIXME(fredgan): implement full decimal128 JSON support
-}
\ No newline at end of file
+}
+
+func makeMapsWantJSONs() string {
+ return `{
Review comment:
because these tests are generated from the `arrdata` record batches
that's why this ends up this large. The reason why those records are the size
they are is to ensure that we're properly testing handling multiple chunks with
a map and multiple records.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]