-
Notifications
You must be signed in to change notification settings - Fork 915
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/Cython bindings for multibyte_split #8998
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-21.10 #8998 +/- ##
===============================================
Coverage ? 10.85%
===============================================
Files ? 116
Lines ? 19168
Branches ? 0
===============================================
Hits ? 2080
Misses ? 17088
Partials ? 0 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add a couple of tests? Some of my changes are necessary for the code to work, and the API question I raised would be easier to discuss in the context of how this API would be called.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just some minor nits to improve Python style.
rerun tests |
Keep getting git timeouts .... trying again. rerun tests |
rerun tests |
Github checkout of dask returned 429 code. Trying again |
rerun tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@gpucibot merge |
Provides the Python/Cython bindings for #8702 multibyte_split. This PR depends on #8702 being merged first.
Closes #8557