zeroshade commented on PR #13628:
URL: https://github.com/apache/arrow/pull/13628#issuecomment-1186367980

   Specifically it's the `TestBufferedRecWrite` test in the 
`encode_arrow_test.go` file which is the cause of the high memory usage when 
using the `-race` argument. Which makes sense, as that test is explicitly 
writing a very large parquet file while buffering the data in memory before 
writing it out. By knowing which test is the cause of the issue, we can at 
least keep an eye on addressing any issues.


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