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] [JSON] Support timeParserPolicy=LEGACY when parsing dates and timestamps in from_json #9774

Open
andygrove opened this issue Nov 17, 2023 · 1 comment
Labels
feature request New feature or request

Comments

@andygrove
Copy link
Contributor

Is your feature request related to a problem? Please describe.
PR #9666 adds support for parsing dates in from_json but falls back to CPU for timeParserPolicy=LEGACY.

Describe the solution you'd like
We should add support for timeParserPolicy=LEGACY.

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 Nov 17, 2023
@andygrove andygrove mentioned this issue Nov 17, 2023
62 tasks
@sameerz sameerz removed the ? - Needs Triage Need team to review and classify label Nov 21, 2023
@revans2
Copy link
Collaborator

revans2 commented Mar 14, 2024

The implementation of JsonToStructs and ScanJson have been combined, so now we need to validate this for both of them.

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

3 participants