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 relevant JSON data source options in to_json #9518

Closed
andygrove opened this issue Oct 23, 2023 · 1 comment
Closed
Assignees
Labels
feature request New feature or request

Comments

@andygrove
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Spark supports a number of JSON data source options:
https://spark.apache.org/docs/latest/sql-data-sources-json.html

We need to determine which of these are used by to_json and make sure we respect them, or fall back to CPU if we do not support them.

Describe the solution you'd like
Add tests for the subset of options that are applicable to to_json and file specific issues as needed.

Describe alternatives you've considered

Additional context

@andygrove andygrove added feature request New feature or request ? - Needs Triage Need team to review and classify labels Oct 23, 2023
@mattahrens mattahrens removed the ? - Needs Triage Need team to review and classify label Oct 24, 2023
@andygrove
Copy link
Contributor Author

andygrove commented Nov 2, 2023

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

2 participants