Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
8.0.0
Description
The current implementation of ipc.FileReader does not use the memory.Allocator interface. Reading records from a file results in a large number of allocations since the record body buffer is allocated each time without reuse.
https://github.com/apache/arrow/blob/master/go/arrow/ipc/metadata.go#L106
Attachments
Issue Links
- links to