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

[FEA] enable prune_columns for from_json #11458

Closed
revans2 opened this issue Sep 10, 2024 · 2 comments
Closed

[FEA] enable prune_columns for from_json #11458

revans2 opened this issue Sep 10, 2024 · 2 comments
Assignees
Labels
cudf_dependency An issue or PR with this label depends on a new feature in cudf feature request New feature or request performance A performance related task/issue

Comments

@revans2
Copy link
Collaborator

revans2 commented Sep 10, 2024

Is your feature request related to a problem? Please describe.
CUDF has a feature that was added for us to prune out columns that were not in the schema. We should enable this. It will give us some performance boost, but not nearly as much as it will in the future when it is done and the pruning happens on the device side.

@revans2 revans2 added ? - Needs Triage Need team to review and classify feature request New feature or request performance A performance related task/issue labels Sep 10, 2024
@mattahrens mattahrens added cudf_dependency An issue or PR with this label depends on a new feature in cudf and removed ? - Needs Triage Need team to review and classify labels Sep 17, 2024
@mattahrens
Copy link
Collaborator

Dependency: rapidsai/cudf#16797

@revans2 revans2 mentioned this issue Sep 10, 2024
62 tasks
@revans2
Copy link
Collaborator Author

revans2 commented Oct 7, 2024

This was done as a part of 24.10

@revans2 revans2 closed this as completed Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cudf_dependency An issue or PR with this label depends on a new feature in cudf feature request New feature or request performance A performance related task/issue
Projects
None yet
Development

No branches or pull requests

2 participants