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

Remove host_parse_nested_json. #15674

Merged

Conversation

bdice
Copy link
Contributor

@bdice bdice commented May 6, 2024

Description

This PR addresses a task from #15537 to remove the host_parse_nested_json code path and corresponding tests. See discussion in #15568 (comment).

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@github-actions github-actions bot added the libcudf Affects libcudf (C++/CUDA) code. label May 6, 2024
@bdice bdice added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels May 6, 2024
@bdice bdice mentioned this pull request May 6, 2024
7 tasks
@bdice bdice marked this pull request as ready for review May 6, 2024 20:44
@bdice bdice requested a review from a team as a code owner May 6, 2024 20:44
@bdice bdice requested review from harrism and davidwendt May 6, 2024 20:44
@bdice
Copy link
Contributor Author

bdice commented May 6, 2024

Although this is a deletion, I think this is "non-breaking" because the changes are all in the src directory, and are not public.

* @param options Parsing options specifying the parsing behaviour
* @param stream The CUDA stream to which kernels are dispatched
* @param mr Optional, resource with which to allocate
* @return The data parsed from the given JSON input
*/
table_with_metadata device_parse_nested_json(device_span<SymbolT const> input,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we rename device_parse_nested_json to parse_nested_json? We are removing the host implementation in this PR, which previously existed only for debugging.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm ok with keeping the name.

Copy link
Contributor

@davidwendt davidwendt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks for doing this.

Copy link
Member

@harrism harrism left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job!

@bdice
Copy link
Contributor Author

bdice commented May 6, 2024

/merge

@rapids-bot rapids-bot bot merged commit dcd0d6b into rapidsai:branch-24.06 May 6, 2024
70 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants