zeroshade opened a new issue, #40900:
URL: https://github.com/apache/arrow/issues/40900

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   An [issue reported in 
ADBC](https://github.com/apache/arrow-adbc/issues/1283) uncovered a weird 
scenario with the Allocator implementation that utilizes `calloc`, where it 
returns ENOMEM and fails. This seems to only be reproducible in a case that is 
pulling a >1GB table of data from Snowflake and keeping it entirely in memory 
as an Arrow Table, and only when called through the Python 
adbc_driver_snowflake package. It has not yet been reproducible in any other 
circumstances.
   
   ### Component(s)
   
   Go


-- 
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]

Reply via email to