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 async feature compile error #18682

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

attila-lin
Copy link
Contributor

image

fix this compile error with following feature gate

polars = { version = "0.43", features = [
     "lazy",
     "async",
     "parquet",
     "is_in",
     "dtype-categorical",
     "performant",
] }

@attila-lin attila-lin changed the title fix: fix async feature compile error fix(rust): fix async feature compile error Sep 11, 2024
Copy link

codecov bot commented Sep 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.96%. Comparing base (79b91c3) to head (196f4cb).
Report is 7 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18682      +/-   ##
==========================================
+ Coverage   79.92%   79.96%   +0.04%     
==========================================
  Files        1513     1513              
  Lines      203334   203334              
  Branches     2892     2892              
==========================================
+ Hits       162510   162598      +88     
+ Misses      40276    40188      -88     
  Partials      548      548              

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

@ritchie46 ritchie46 merged commit f7e168a into pola-rs:main Sep 12, 2024
21 of 23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants