eerhardt opened a new pull request, #13573: URL: https://github.com/apache/arrow/pull/13573
RentReturnAsync has a bug where the rented byte[] is getting returned to the pool while the async action is still using it. This causes intermittent failures due to the pooled array's data being overwritten while it is still used. To fix the issue, we need to await the async action and only return the rented array back to the pool once the async action is complete. -- 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]
