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): compilation error when both lazy and ipc features are enabled #16284

Merged
merged 1 commit into from
May 17, 2024

Conversation

NickCondron
Copy link
Contributor

fixes #16212

@github-actions github-actions bot added fix Bug fix rust Related to Rust Polars labels May 17, 2024
Copy link

codecov bot commented May 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.78%. Comparing base (11fe9d8) to head (9e6b1d5).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #16284      +/-   ##
==========================================
- Coverage   80.80%   80.78%   -0.02%     
==========================================
  Files        1393     1393              
  Lines      179406   179335      -71     
  Branches     2921     2921              
==========================================
- Hits       144971   144881      -90     
- Misses      33932    33951      +19     
  Partials      503      503              

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

@ritchie46
Copy link
Member

Thanks!

@ritchie46 ritchie46 merged commit bbe73bd into pola-rs:main May 17, 2024
22 checks passed
Wouittone pushed a commit to Wouittone/polars that referenced this pull request Jun 22, 2024
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.

Failure to Compile when "lazy" & "ipc" features are used
2 participants