-
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
Use Lists of Columns for Various Files #10463
Use Lists of Columns for Various Files #10463
Conversation
If this is still in draft maybe it should be targeting 22.06? Fine to leave it pointing at 22.04 for CI and to move it later though, just checking what you intend. |
It's targeting 22.06 |
I'm guessing that you mean that you branched off of 22.06 locally? The actual PR is attempting to merge into 22.04. |
Co-authored-by: GALI PREM SAGAR <[email protected]>
Co-authored-by: GALI PREM SAGAR <[email protected]>
Co-authored-by: GALI PREM SAGAR <[email protected]>
@gpucibot merge |
Codecov Report
@@ Coverage Diff @@
## branch-22.06 #10463 +/- ##
================================================
+ Coverage 86.33% 86.40% +0.06%
================================================
Files 140 142 +2
Lines 22289 22315 +26
================================================
+ Hits 19244 19281 +37
+ Misses 3045 3034 -11
Continue to review full report at Codecov.
|
This PR covers many low hanging fruits for #10153. All API accepting Frames now accepts a list of columns in the following files:
This PR covers point 5 in the follow-ups to #9889.
Also, in
join.pyx
, gil was not released when dispatching workload to libcudf. This PR fixes that.