fallintoplace opened a new pull request, #1059: URL: https://github.com/apache/arrow-go/pull/1059
CSV readers kept their RecordBuilder alive after the final Reader release. Header handling with an explicit schema also replaced the initial builder without releasing it.\n\nRelease the old builder before replacing it and release the active builder when the reader reference count reaches zero. The regression test covers both header modes with a checked allocator.\n\nValidated with ok github.com/apache/arrow-go/v18/arrow/csv 1.855s [no tests to run]. -- 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]
