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 temporal types in to_json #9515

Closed
andygrove opened this issue Oct 23, 2023 · 1 comment · Fixed by #9600
Closed

[FEA] Support temporal types in to_json #9515

andygrove opened this issue Oct 23, 2023 · 1 comment · Fixed by #9600
Assignees
Labels
feature request New feature or request

Comments

@andygrove
Copy link
Contributor

Is your feature request related to a problem? Please describe.
PR #9486 added basic support for to_json, but did not add support for temporal types.

Describe the solution you'd like
Add support for temporal types. We need to look at the date/time format json data source options and see if they apply when calling to_json.

https://spark.apache.org/docs/latest/sql-data-sources-json.html#data-source-option

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 andygrove self-assigned this Oct 25, 2023
@andygrove
Copy link
Contributor Author

Fixed in #9600

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

Successfully merging a pull request may close this issue.

2 participants