-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-23792][DOCS] Documentation improvements for datetime functions #20901
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
|
ok to test |
|
mind resolving the conflicts? |
|
@HyukjinKwon, merge conflicts have now been resolved |
|
Test build #91606 has finished for PR 20901 at commit
|
|
Test build #91620 has finished for PR 20901 at commit
|
|
Test build #4291 has finished for PR 20901 at commit
|
|
The failure isn't related: (There has never been a checkstyle-config.xml in the project) |
|
Test build #4292 has finished for PR 20901 at commit
|
|
Merged to master |
## What changes were proposed in this pull request? Improved the documentation for the datetime functions in `org.apache.spark.sql.functions` by adding details about the supported column input types, the column return type, behaviour on invalid input, supporting examples and clarifications. ## How was this patch tested? Manually testing each of the datetime functions with different input to ensure that the corresponding Javadoc/Scaladoc matches the behaviour of the function. Successfully ran the `unidoc` SBT process. Closes apache#20901 from abradbury/SPARK-23792. Authored-by: Adam Bradbury <[email protected]> Signed-off-by: Sean Owen <[email protected]>
What changes were proposed in this pull request?
Improved the documentation for the datetime functions in
org.apache.spark.sql.functionsby adding details about the supported column input types, the column return type, behaviour on invalid input, supporting examples and clarifications.How was this patch tested?
Manually testing each of the datetime functions with different input to ensure that the corresponding Javadoc/Scaladoc matches the behaviour of the function. Successfully ran the
unidocSBT process.