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



##########
File path: go/arrow/array/builder.go
##########
@@ -277,6 +277,8 @@ func NewBuilder(mem memory.Allocator, dtype arrow.DataType) 
Builder {
        case arrow.UNION:
        case arrow.DICTIONARY:
        case arrow.MAP:
+               typ := dtype.(*arrow.MapType)

Review comment:
       ahh thanks




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