nooberfsh opened a new issue, #5214: URL: https://github.com/apache/arrow-rs/issues/5214
**Describe the bug** `parquet::arrow::AsyncArrowWrite` have memory leak **To Reproduce** I have managed to create a [repo](https://github.com/nooberfsh/parquet_mem_leak) to reproduce it, the program write a bunch of `RecordBatch` using `parquet::arrow::AsyncArrowWrite`, after finish writing, the program still remains about 3GB memory according to htop. **Additional context** ``` rustc 1.74.0 (79e9716c9 2023-11-13) ``` -- 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]
