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

Add support for parsing strings as dates in from_json [databricks] #9666

Merged
merged 23 commits into from
Nov 20, 2023

Conversation

andygrove
Copy link
Contributor

@andygrove andygrove commented Nov 8, 2023

Part of #9590 (I plan on creating a separate PR for timestamp support).

Changes in this PR:

@andygrove andygrove self-assigned this Nov 8, 2023
@andygrove andygrove added the feature request New feature or request label Nov 8, 2023
@andygrove andygrove changed the title [WIP] Add support for parsing strings as dates in from_json [WIP] Add support for parsing strings as dates in from_json [databricks] Nov 9, 2023
@andygrove
Copy link
Contributor Author

build

@andygrove andygrove changed the title [WIP] Add support for parsing strings as dates in from_json [databricks] Add support for parsing strings as dates in from_json [databricks] Nov 13, 2023
@andygrove andygrove marked this pull request as ready for review November 13, 2023 21:51
@andygrove
Copy link
Contributor Author

build

@andygrove
Copy link
Contributor Author

build

Copy link
Collaborator

@revans2 revans2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry I approved it too soon. Still have a few others to fix.

"",
"yyyy-MM-dd",
# https://github.com/NVIDIA/spark-rapids/issues/9667
pytest.param("dd/MM/yyyy", marks=pytest.mark.allow_non_gpu('ProjectExec')),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I meant a separate test that does a fallback check, but I think this is okay.

revans2
revans2 previously approved these changes Nov 17, 2023
@andygrove
Copy link
Contributor Author

build

@andygrove
Copy link
Contributor Author

build

@andygrove
Copy link
Contributor Author

build

@andygrove
Copy link
Contributor Author

build

@andygrove
Copy link
Contributor Author

build

1 similar comment
@pxLi
Copy link
Collaborator

pxLi commented Nov 20, 2023

build

@andygrove andygrove requested a review from revans2 November 20, 2023 14:36
@andygrove andygrove merged commit 16515f7 into NVIDIA:branch-23.12 Nov 20, 2023
37 checks passed
@andygrove andygrove deleted the from-json-date branch November 20, 2023 15:13
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 this pull request may close these issues.

3 participants