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] Support allowUnquotedFieldNames for JsonToStructs and ScanJson #10587

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

[FEA] Support allowUnquotedFieldNames for JsonToStructs and ScanJson #10587

revans2 opened this issue Mar 13, 2024 · 0 comments
Labels
cudf_dependency An issue or PR with this label depends on a new feature in cudf feature request New feature or request

Comments

@revans2
Copy link
Collaborator

revans2 commented Mar 13, 2024

Is your feature request related to a problem? Please describe.
Spark supports an option to enable unquoted field names. This allows a field to have no quotes around it. Like

{a: "FOO"}

or

{num: 100}

This is off by default so it is not a high priority.

This depends on rapidsai/cudf#10266

@revans2 revans2 added feature request New feature or request ? - Needs Triage Need team to review and classify 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 Mar 13, 2024
@revans2 revans2 mentioned this issue Mar 13, 2024
62 tasks
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
Projects
None yet
Development

No branches or pull requests

1 participant