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

feat: use pyarrow for string functions #2616

Merged
merged 75 commits into from
Aug 8, 2023

Merge branch 'main' into jpivarski/use-pyarrow-for-strings

34d0184
Select commit
Loading
Failed to load commit list.
Merged

feat: use pyarrow for string functions #2616

Merge branch 'main' into jpivarski/use-pyarrow-for-strings
34d0184
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 8, 2023 in 1s

81.49% (target 20.00%)

View this Pull Request on Codecov

81.49% (target 20.00%)

Details

Codecov Report

❗ No coverage uploaded for pull request base (main@85ca6d5). Click here to learn what that means.
The diff coverage is 98.93%.

Additional details and impacted files
Files Changed Coverage Δ
src/awkward/_connect/pyarrow.py 91.15% <90.00%> (ø)
src/awkward/operations/str/akstr_join.py 92.68% <92.68%> (ø)
src/awkward/operations/str/akstr_repeat.py 94.44% <94.44%> (ø)
.../awkward/operations/str/akstr_join_element_wise.py 95.65% <95.65%> (ø)
src/awkward/operations/str/akstr_index_in.py 96.42% <96.42%> (ø)
src/awkward/operations/str/akstr_is_in.py 96.42% <96.42%> (ø)
src/awkward/operations/str/__init__.py 98.80% <98.80%> (ø)
src/awkward/contents/unmaskedarray.py 73.62% <100.00%> (ø)
src/awkward/operations/__init__.py 100.00% <100.00%> (ø)
src/awkward/operations/str/akstr_capitalize.py 100.00% <100.00%> (ø)
... and 43 more