-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-25431][SQL][EXAMPLES] Fix function examples and the example results. #22437
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
HyukjinKwon
left a comment
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.
LGTM
|
Test build #96118 has finished for PR 22437 at commit
|
|
Test build #96117 has finished for PR 22437 at commit
|
|
Jenkins, retest this please. |
|
Test build #96122 has finished for PR 22437 at commit
|
|
Jenkins, retest this please. |
dongjoon-hyun
left a comment
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.
+1, LGTM.
I also did double-check manually. Thank you, @ueshin .
|
Test build #96127 has finished for PR 22437 at commit
|
|
Merged to master and branch-2.4. |
…sults. ## What changes were proposed in this pull request? There are some mistakes in examples of newly added functions. Also the format of the example results are not unified. We should fix them. ## How was this patch tested? Manually executed the examples. Closes #22437 from ueshin/issues/SPARK-25431/fix_examples_2. Authored-by: Takuya UESHIN <[email protected]> Signed-off-by: hyukjinkwon <[email protected]> (cherry picked from commit 8cf6fd1) Signed-off-by: hyukjinkwon <[email protected]>
What changes were proposed in this pull request?
There are some mistakes in examples of newly added functions. Also the format of the example results are not unified. We should fix them.
How was this patch tested?
Manually executed the examples.