-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-53956][PYTHON] Support TIME in the try_make_timestamp function in PySpark #52666
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zhengruifeng @HyukjinKwon Please review.
Also, here is the sibling PR for make_timestamp in PySpark: #52648.
|
cc @Yicong-Huang can you help review? thanks |
Sure |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
@uros-db please fix the linter |
|
All checks good here. @HyukjinKwon @zhengruifeng |
|
merged to master |
What changes were proposed in this pull request?
Implement the support for TIME type in
try_make_timestampfunction in PySpark API.Why are the changes needed?
Expand API support for the
TryMakeTimestampexpression.Does this PR introduce any user-facing change?
Yes, the new function is now available in PySpark API.
How was this patch tested?
Added appropriate Python functions tests and examples.
Was this patch authored or co-authored using generative AI tooling?
No.