[SPARK-36742][PYTHON] Fix ps.to_datetime with plurals of keys like years, months, days #34182
[SPARK-36742][PYTHON] Fix ps.to_datetime with plurals of keys like years, months, days #34182dchvn wants to merge 2 commits intoapache:masterfrom
Conversation
…ars, months, days
|
add to whitelist |
|
Test build #143843 has finished for PR 34182 at commit
|
|
Kubernetes integration test starting |
|
Test build #143845 has finished for PR 34182 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Kubernetes integration test status failure |
srowen
left a comment
There was a problem hiding this comment.
Seems reasonable to me, pending tests
|
Jenkins test this please |
|
Test build #143886 has finished for PR 34182 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Merged to master. |
|
thanks ! @HyukjinKwon @srowen |
|
Test build #143918 has finished for PR 34182 at commit
|
|
Test build #143951 has finished for PR 34182 at commit
|
|
Test build #143977 has finished for PR 34182 at commit
|
What changes were proposed in this pull request?
Fix ps.to_datetime with plurals of keys like years, months, days.
Why are the changes needed?
Fix ps.to_datetime with plurals of keys like years, months, days
Before this PR
Does this PR introduce any user-facing change?
After this PR :
How was this patch tested?
Unit tests