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(rust): Fix type inference failure caused by double transpose #17663

Merged
merged 3 commits into from
Jul 17, 2024

Conversation

ByteNybbler
Copy link
Contributor

Under some circumstances, compiling Polars failed with a type inference error involving openssl::error::ErrorStack. It was possibly related to compiling with libssl-dev. This PR fixes that issue by removing a nasty double transpose. A nice side effect is that the problematic code has become a lot cleaner.

@ByteNybbler ByteNybbler changed the title fix(rust): fix type inference failure caused by double transpose fix(rust): Fix type inference failure caused by double transpose Jul 16, 2024
@github-actions github-actions bot added fix Bug fix rust Related to Rust Polars and removed title needs formatting labels Jul 16, 2024
Copy link

codecov bot commented Jul 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.69%. Comparing base (30bf890) to head (6082c48).
Report is 8 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17663      +/-   ##
==========================================
- Coverage   80.70%   80.69%   -0.02%     
==========================================
  Files        1485     1490       +5     
  Lines      195511   195928     +417     
  Branches     2782     2789       +7     
==========================================
+ Hits       157788   158095     +307     
- Misses      37211    37320     +109     
- Partials      512      513       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ritchie46 ritchie46 merged commit a970d16 into pola-rs:main Jul 17, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants