marcin-krystianc opened a new pull request, #47011: URL: https://github.com/apache/arrow/pull/47011
### Rationale for this change Fixes https://github.com/apache/arrow/issues/47009 ### What changes are included in this PR? `ExportedAllocationOwner` now uses a 64-bit (instead of 32-bit) variable to track total allocated memory. ### Are these changes tested? yes ### Are there any user-facing changes? **This PR contains a "Critical Fix".** Previously, it wasn't possible to export Record Batches larger than 2GB, it resulted in overflowing the integer variable that was used to track allocated memory. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org