Skip to content

Stack overflows and large_futures clippy errors on v37 #9893

@sergiimk

Description

@sergiimk

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions