-
Notifications
You must be signed in to change notification settings - Fork 70
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] GetJsonObject: Implement JSON generator to print JSON items #1831
Comments
In the cudf's Consider a JSON Column with 2 rows: get_json_object( col, "$.ab") returns a cudf column which is made from
In the second phase, the offsets are used in each thread to write to the correct location in the device memory json_path.cu#L938C7
However Spark uses temporary memory while writing JSON. jsonExpressions.scala#L278.
Potential issues can be:
|
We may put the leading char of child memory into a parameter of evaluatePath
==>>
|
The interfaces I think is:
copy_current_structure(parser); // invoke parser.copy_text, note: I'll add this as soon as possible. Normalization: |
Utility: #1863 |
Refer to discussion in PR #1865 - In the most recent update, we've concluded that the Parser will now implement the |
@SurajAralihalli
Refer to NVIDIA/spark-rapids#10218 |
Related Spark-Rapids issues: NVIDIA/spark-rapids#10218. |
number normalization PR: #1897 |
Is your feature request related to a problem? Please describe.
Implement JSON generator to print JSON items
Additional context
Epic issue: #1823
tasks in NVIDIA/spark-rapids#10218
The text was updated successfully, but these errors were encountered: