-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-26426][SQL]fix ExpresionInfo assert error in windows operation system. #23363
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 |
| assert arguments != null; | ||
| assert examples != null; | ||
| assert examples.isEmpty() || examples.startsWith("\n Examples:"); | ||
| assert examples.isEmpty() || examples.startsWith("\n Examples:") |
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.
Let's use System.lineSeparator
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.
OK, this is better.
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 #100415 has finished for PR 23363 at commit
|
|
Test build #100429 has finished for PR 23363 at commit
|
|
Merged to master and branch-2.4. |
…n system. ## What changes were proposed in this pull request? fix ExpresionInfo assert error in windows operation system, when running unit tests. ## How was this patch tested? unit tests Closes #23363 from yanlin-Lynn/unit-test-windows. Authored-by: wangyanlin01 <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]>
…n system. ## What changes were proposed in this pull request? fix ExpresionInfo assert error in windows operation system, when running unit tests. ## How was this patch tested? unit tests Closes apache#23363 from yanlin-Lynn/unit-test-windows. Authored-by: wangyanlin01 <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]>
…n system. ## What changes were proposed in this pull request? fix ExpresionInfo assert error in windows operation system, when running unit tests. ## How was this patch tested? unit tests Closes apache#23363 from yanlin-Lynn/unit-test-windows. Authored-by: wangyanlin01 <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]>
…n system. ## What changes were proposed in this pull request? fix ExpresionInfo assert error in windows operation system, when running unit tests. ## How was this patch tested? unit tests Closes apache#23363 from yanlin-Lynn/unit-test-windows. Authored-by: wangyanlin01 <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]>
…n system. ## What changes were proposed in this pull request? fix ExpresionInfo assert error in windows operation system, when running unit tests. ## How was this patch tested? unit tests Closes apache#23363 from yanlin-Lynn/unit-test-windows. Authored-by: wangyanlin01 <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]>
What changes were proposed in this pull request?
fix ExpresionInfo assert error in windows operation system, when running unit tests.
How was this patch tested?
unit tests