You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### What changes were proposed in this pull request?
Implement the `hour`, `minute`, and `second` functions for TIME type in PySpark & PySpark Connect API.
### Why are the changes needed?
Expand API support for the `hour`, `minute`, and `second` functions for TIME type.
### Does this PR introduce _any_ user-facing change?
Yes, the new functions for TIME type are now available in Python API.
### How was this patch tested?
Added appropriate Python function tests.
- pyspark.sql.tests.test_functions
- pyspark.sql.tests.connect.test_parity_functions
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes#51586 from uros-db/python-hr_min_sec.
Authored-by: Uros Bojanic <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
0 commit comments