paleolimbot commented on pull request #11730: URL: https://github.com/apache/arrow/pull/11730#issuecomment-1016419613
Thank you for digging into this! A few bits from the duckdb source that might be relevant: - Where the `struct ArrowArray` memory is managed: https://github.com/duckdb/duckdb/blob/master/src/common/types/data_chunk.cpp#L272-L297 - Where the `struct ArrowArrayStream` is managed: https://github.com/duckdb/duckdb/blob/master/src/include/duckdb/common/arrow_wrapper.hpp#L52-L65 - Where Weston noted Arrow's release method was getting called: https://github.com/duckdb/duckdb/blob/master/src/function/table/arrow.cpp#L1065-L1084 -- 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]
