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] update from_json and json scan to use spark-rapids-jni parsing #10807

Open
revans2 opened this issue May 13, 2024 · 0 comments
Open

[FEA] update from_json and json scan to use spark-rapids-jni parsing #10807

revans2 opened this issue May 13, 2024 · 0 comments
Assignees
Labels
feature request New feature or request

Comments

@revans2
Copy link
Collaborator

revans2 commented May 13, 2024

Is your feature request related to a problem? Please describe.
Once NVIDIA/spark-rapids-jni#2035 is done then we can start to move over to use it for our parsing.

from_json should just work out of the box for it. Scan for JSON will need to be modified because we don't want to pass in a buffer. As we read the data a row at a time we want to turn it into a string column and send it to the GPU. Depending on what we want to do we can either filter out empty rows on the CPU before sending to the GPU or after. Either way once the input data is filtered, then we call into the parsing just like we would for from_json.

@revans2 revans2 added feature request New feature or request ? - Needs Triage Need team to review and classify labels May 13, 2024
@revans2 revans2 self-assigned this May 15, 2024
@revans2 revans2 removed the ? - Needs Triage Need team to review and classify label May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant