Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fix panic when using fold in certain situations #17114

Merged

Commits on Jun 21, 2024

  1. fix: make GetOutput::get_field fallible

    Fixes pola-rs#15444.
    
    This PR makes the `get_field` method of `GetOutput` fallible. Consequently, we can bubble up a lot more errors related to super typing instead of panicking.
    
    Although, I would normally add a test case here. I don't think this PR warrants one as the exact super typing behavior might be changed later.
    coastalwhite committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    5dd3af7 View commit details
    Browse the repository at this point in the history