Ensure astype("interval") only matches the "interval" string#15261
Closed
mroeschke wants to merge 2 commits intorapidsai:branch-24.04from
Closed
Ensure astype("interval") only matches the "interval" string#15261mroeschke wants to merge 2 commits intorapidsai:branch-24.04from
astype("interval") only matches the "interval" string#15261mroeschke wants to merge 2 commits intorapidsai:branch-24.04from
Conversation
astype("interval") only matches the "interval" string
bdice
approved these changes
Mar 8, 2024
ttnghia
approved these changes
Mar 8, 2024
3 tasks
galipremsagar
approved these changes
Mar 10, 2024
3 tasks
2 tasks
3 tasks
Contributor
|
Closing as completed by #15265. |
rapids-bot bot
pushed a commit
that referenced
this pull request
Mar 11, 2024
This reverts part of commit c794ce4. This PR can be merged after the docs.rapids.ai issues are resolved. cc: @raydouglass @AyodeAwe PR #15265 unblocked CI for cudf by disabling errors in the docs. However, it also included the diff from #15261 so that CI would pass. This reverts the docs build changes but leaves in the changes from #15261. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Jake Awe (https://github.com/AyodeAwe) URL: #15269
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
#15125 got merged first before #14961 and I forgot to rebase the former which had an impact on that PR
This should unblock current cudf Python test failures
Checklist