pitrou commented on code in PR #43679:
URL: https://github.com/apache/arrow/pull/43679#discussion_r1725119412


##########
go/arrow/extensions/uuid_test.go:
##########
@@ -35,7 +35,7 @@ var testUUID = uuid.New()
 func TestUUIDExtensionBuilder(t *testing.T) {
        mem := memory.NewCheckedAllocator(memory.DefaultAllocator)
        defer mem.AssertSize(t, 0)
-       builder := types.NewUUIDBuilder(mem)
+       builder := extensions.NewUUIDBuilder(mem)

Review Comment:
   Can we expand the tests a bit? All builder methods don't seem tested, and 
the actual contents of the built array are also not tested.



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to