zeroshade commented on code in PR #13768: URL: https://github.com/apache/arrow/pull/13768#discussion_r936711858
########## go/arrow/internal/arrdata/arrdata.go: ########## @@ -49,6 +49,7 @@ func init() { Records["decimal128"] = makeDecimal128sRecords() Records["maps"] = makeMapsRecords() Records["extension"] = makeExtensionRecords() + // Records["union"] = makeUnionRecords() Review Comment: Yea, the subsequent change after this uncomments that after I add support for the JSON / IPC handling of unions. -- 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