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

Forward-merge branch-25.02 into branch-25.04 #17802

Merged
merged 1 commit into from
Jan 24, 2025
Merged

Conversation

rapids-bot[bot]
Copy link

@rapids-bot rapids-bot bot commented Jan 24, 2025

Forward-merge triggered by push to branch-25.02 that creates a PR to keep branch-25.04 up-to-date. If this PR is unable to be immediately merged due to conflicts, it will remain open for the team to manually merge. See forward-merger docs for more info.

The following ORC_TEST tests were intended to be disabed:
```
OrcWriterTest.DISABLE_Over65kColumns
OrcReaderTest.DISABLE_Over65kStripes
OrcReaderTest.DISABLE_Over65kRowGroups
```
Unfortunately they are missing the end `D` and so were not actually disabled. This caused the memcheck nightly build to fail.
Changing `DISABLE_` to `DISABLED_` properly disables the tests.

Authors:
  - David Wendt (https://github.com/davidwendt)

Approvers:
  - Bradley Dice (https://github.com/bdice)
  - Nghia Truong (https://github.com/ttnghia)
  - Shruti Shivakumar (https://github.com/shrshi)

URL: #17790
@rapids-bot rapids-bot bot requested a review from a team as a code owner January 24, 2025 00:02
@GPUtester GPUtester merged commit b658d32 into branch-25.04 Jan 24, 2025
1 check was pending
Copy link
Author

rapids-bot bot commented Jan 24, 2025

SUCCESS - forward-merge complete.

@github-actions github-actions bot added the libcudf Affects libcudf (C++/CUDA) code. label Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
libcudf Affects libcudf (C++/CUDA) code.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants