-
Notifications
You must be signed in to change notification settings - Fork 105
Add custom metadata to record batches #533
Copy link
Copy link
Closed
Description
Adding these lines at
arrow-go/arrow/ipc/file_reader.go
Line 490 in 3ae8428
(and replacing line 495) adds the custom metadata to the RecordBatch from the record batches message.
customMeta, err := metadataFromFB(msg)
if err != nil {
panic(err)
}
newSchema := arrow.NewSchema(schema.Fields(), &customMeta)
return array.NewRecordBatch(newSchema, cols, rows)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels