bwi-earth commented on issue #39808:
URL: https://github.com/apache/arrow/issues/39808#issuecomment-2935098907

   I'm having the very same problem (pyarrow 19.0.*)
   
   i've tried:
   
   - `ds.scanner(...).to_reader()`
   - `ds.scanner(...).scan_batches()`
   -  `ds.to_batches`
   
   Memory is consistently growing, each time, at least memory shown by 
`memory_profiler` or `top`, the one  shown by `pa.pa.total_allocated_bytes()` 
is oscilating.
   It seems its not related to any setting 
   
   The source dataset is stored on s3
   


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

Reply via email to