zeroshade commented on a change in pull request #10106:
URL: https://github.com/apache/arrow/pull/10106#discussion_r621331814



##########
File path: go/arrow/example_test.go
##########
@@ -593,3 +593,66 @@ func Example_table() {
        // rec[3]["f1-i32"]: [16 17 18 19 20]
        // rec[3]["f2-f64"]: [16 17 18 19 20]
 }
+
+// This example demonstrates how to create a Map Array.
+// The resulting array should be:

Review comment:
       The other cool aspect of this is that it shows up in the go docs too as 
an example like the examples on the pkg.go.dev docs 
[here](https://pkg.go.dev/github.com/apache/arrow/go/arrow#example-package-FixedSizeListArray)
 😄 




-- 
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:
us...@infra.apache.org


Reply via email to