jorisvandenbossche commented on issue #38328: URL: https://github.com/apache/arrow/issues/38328#issuecomment-1775348212
And actually passing it as an argument still crashes when the data gets cleaned up: ``` In [1]: res = pa.array([1, 2, 3], memory_pool=pa.logging_memory_pool(pa.default_memory_pool())) Allocate: size = 256, alignment = 64 Allocate: size = 64, alignment = 64 Reallocate: old_size = 256, new_size = 64, alignment = 64 Free: size = 64, alignment = 64 In [2]: del res Segmentation fault (core dumped) ``` -- 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]
