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] Add support for top level arrays in from_json #11717

Open
revans2 opened this issue Nov 12, 2024 · 0 comments
Open

[FEA] Add support for top level arrays in from_json #11717

revans2 opened this issue Nov 12, 2024 · 0 comments
Labels
? - Needs Triage Need team to review and classify feature request New feature or request

Comments

@revans2
Copy link
Collaborator

revans2 commented Nov 12, 2024

Is your feature request related to a problem? Please describe.
from_json supports maps, arrays and structs as top level schemas. We have partial support for MAP<STRING,STIRNG> and struct (with no maps in it) as top level objects. We should be able to work with CUDF to support arrays as top level schemas and see what that would look like.

At a minimum we could probably hack it and wrap each row with something like

{"FAKE": <ORIGINAL ROW>}

But that is not what we want to do. Instead we should work with CUDF to do the right thing.

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

No branches or pull requests

1 participant