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

python fix arr.contains type #3782

Merged
merged 1 commit into from
Jun 23, 2022
Merged

python fix arr.contains type #3782

merged 1 commit into from
Jun 23, 2022

Conversation

ritchie46
Copy link
Member

fixes #3777

@github-actions github-actions bot added the python Related to Python Polars label Jun 23, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #3782 (efc366b) into master (bdb1dd0) will increase coverage by 0.82%.
The diff coverage is 92.08%.

@@            Coverage Diff             @@
##           master    #3782      +/-   ##
==========================================
+ Coverage   63.01%   63.84%   +0.82%     
==========================================
  Files         439      440       +1     
  Lines       71853    71278     -575     
==========================================
+ Hits        45280    45509     +229     
+ Misses      26573    25769     -804     
Impacted Files Coverage Δ
polars/polars-lazy/src/dummies.rs 0.00% <0.00%> (ø)
polars/polars-lazy/src/logical_plan/aexpr.rs 79.51% <ø> (ø)
polars/polars-lazy/src/logical_plan/alp.rs 77.14% <ø> (-0.20%) ⬇️
polars/polars-lazy/src/logical_plan/mod.rs 90.90% <ø> (ø)
...lars/polars-lazy/src/logical_plan/optimizer/mod.rs 100.00% <ø> (ø)
...src/physical_plan/executors/groupby_partitioned.rs 80.92% <ø> (-0.10%) ⬇️
...ars/polars-lazy/src/physical_plan/executors/mod.rs 90.84% <ø> (ø)
...polars-lazy/src/physical_plan/expressions/apply.rs 93.41% <ø> (ø)
polars/polars-lazy/src/physical_plan/mod.rs 60.00% <ø> (ø)
polars/polars-lazy/src/physical_plan/planner/lp.rs 82.32% <ø> (ø)
... and 50 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ac8b273...efc366b. Read the comment docs.

@ritchie46 ritchie46 merged commit d4f3cc3 into master Jun 23, 2022
@ritchie46 ritchie46 deleted the fix_arr_contains branch June 23, 2022 13:21
joshuataylor pushed a commit to joshuataylor/polars that referenced this pull request Jun 23, 2022
cnpryer pushed a commit to cnpryer/polars that referenced this pull request Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lazy: using filter on arr.contains throws ArrowErrorException
2 participants