Closed
Conversation
This reverts commit 7c76fa4.
…cu (rapidsai#18655)" This reverts commit afe19de.
This reverts commit 2114099.
…der (rapidsai#18543)" This reverts commit e5e8164.
This reverts commit abff71b.
…k.sizeof function for cudf-polars Column and DataFrame (rapidsai#18602)" This reverts commit 545d2a0.
This reverts commit c7bc8fd.
This reverts commit d0c1300.
…cudf-polars (rapidsai#18638)" This reverts commit 1795de7.
…ng nvCOMP (rapidsai#18644)" This reverts commit 8ece12e.
…dsai#18628)" This reverts commit eb2b983.
devavret
reviewed
May 6, 2025
| * @return Builder to build reader options | ||
| */ | ||
| static parquet_reader_options_builder builder(source_info src = source_info{}); | ||
| static parquet_reader_options_builder builder(source_info src); |
Contributor
There was a problem hiding this comment.
Contributor
|
This PR is now not needed, because the reason behind the hangs has been figured out in: https://github.com/rapidsai/cudf/pull/18661/files |
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
Debugging the hangs that caused us to skip tests in #18662.
Checklist