tustvold commented on issue #4973:
URL: https://github.com/apache/arrow-rs/issues/4973#issuecomment-1774136580

   I can't seem to reproduce this, using heaptrack
   
   `$ heaptrack ./target/release/parquet-example-rs --output-parquet-folder 
output --rows 1500 --statistics-mode page`
   
   
![image](https://github.com/apache/arrow-rs/assets/1781103/5628df3e-b86e-42e5-94b3-3a5ca2644997)
   
   vs
   
   `$ heaptrack ./target/release/parquet-example-rs --output-parquet-folder 
output --rows 1500 --statistics-mode none`
   
   
![image](https://github.com/apache/arrow-rs/assets/1781103/c5803190-777e-4e05-8f8f-88617acdb63a)
   
   Both show the sawtooth pattern I would expect as it creates batches, and 
then flushes them to disk


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