-
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
Deprecate unflatten_nested_columns #11421
Deprecate unflatten_nested_columns #11421
Conversation
…om/SrikarVanavasam/cudf into deprecate_unflatten_nested_columns
Codecov Report
@@ Coverage Diff @@
## branch-22.10 #11421 +/- ##
===============================================
Coverage ? 86.47%
===============================================
Files ? 144
Lines ? 22856
Branches ? 0
===============================================
Hits ? 19765
Misses ? 3091
Partials ? 0 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
The branch checker was frozen so I had to fiddle with the target to get it to run correctly. We should be good to go once tests pass again.
@gpucibot merge |
Closes #10952
After #10770 was merged there are no more uses of
unflatten_nested_columns
. This pr removesunflatten_nested_columns
and adjusts the tests accordingly.