rustyconover commented on code in PR #669:
URL: https://github.com/apache/arrow-go/pull/669#discussion_r2834143786
##########
arrow/array/record.go:
##########
@@ -121,6 +121,7 @@ type simpleRecord struct {
refCount atomic.Int64
schema *arrow.Schema
+ meta arrow.Metadata
Review Comment:
Hi @zeroshade,
This isn't metadata associated with the schema its metadata on the record
batch. Which may be completely different any metadata associated with the
schema.
Rusty
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]