Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
I ran into an issue where a now-temporary column was being deferenced, causing a segfault. In older versions of Arrow, the RecordBatch internally retains boxed arrays. We might separately consider returning to this internal data model even though it results in worse IPC performance in some cases.