Describe the bug
Creating a quick issue to point out a possible problem in 37.0.0-rc1.
After upgrading to this tag we saw a huge number of large_futures errors from clippy.
When we bumped the threshold to ~30kb we started seeing stack overflows in our tests.
To Reproduce
In our case the problem seems to stem from DataFrame::write_parquet method - it is the first one to be flagged by clippy.
I am still investigating the cause and will update the ticket if I find something.
Expected behavior
No response
Additional context
No response