-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-20665][SQL][FOLLOW-UP]Move test case to MathExpressionsSuite #18082
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
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.
add a new line here
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.
To -- cot
542430b to
ec0fa63
Compare
|
Done. Should i delete the unit test case from |
|
Hm I'm not sure if it is a good idea to run so many "unit test" style tests for expressions in the end to end suites. It takes a lot of time than just running unit tests. |
|
@gatorsmile OK,i will do,thanks |
ec8fc33 to
5b747ef
Compare
|
@gatorsmile Please review it again,thanks |
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.
revert this back
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.
indent issues.
|
ok to test |
|
Test build #77647 has finished for PR 18082 at commit
|
|
Test build #77663 has finished for PR 18082 at commit
|
|
Test passed, thanks. @gatorsmile |
|
Test build #77834 has finished for PR 18082 at commit
|
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.
After rethinking it, maybe we should keep this file untouched in this PR. The reason is we still can check the type promotion logics here.
Yeah, we still should add the test cases in MathExpressionsSuite.scala
|
@gatorsmile ok,i will modify and resubmit |
|
Test build #77904 has finished for PR 18082 at commit
|
|
Thanks! Merging to master. |
## What changes were proposed in this pull request? add test case to MathExpressionsSuite as apache#17906 ## How was this patch tested? unit test cases Author: liuxian <[email protected]> Closes apache#18082 from 10110346/wip-lx-0524.
What changes were proposed in this pull request?
add test case to MathExpressionsSuite as #17906
How was this patch tested?
unit test cases