Uh oh!
There was an error while loading. Please reload this page.
[SPARK-20665][SQL][FOLLOW-UP]Move test case to MathExpressionsSuite - #18082
[SPARK-20665][SQL][FOLLOW-UP]Move test case to MathExpressionsSuite#1808210110346 wants to merge 1 commit into
Conversation
542430b to
ec0fa63Compare10110346
commented
May 24, 2017
Done. Should i delete the unit test case from |
rxin
commented
May 24, 2017
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
commented
May 24, 2017
10110346
commented
May 25, 2017
@gatorsmile OK,i will do,thanks |
ec8fc33 to
5b747efCompare10110346
commented
Jun 1, 2017
@gatorsmile Please review it again,thanks |
gatorsmile
commented
Jun 1, 2017
ok to test |
SparkQA
commented
Jun 1, 2017
Test build #77647 has finished for PR 18082 at commit
|
SparkQA
commented
Jun 2, 2017
Test build #77663 has finished for PR 18082 at commit
|
10110346
commented
Jun 5, 2017
Test passed, thanks. @gatorsmile |
SparkQA
commented
Jun 9, 2017
Test build #77834 has finished for PR 18082 at commit
|
There was a problem hiding this comment.
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
10110346
commented
Jun 11, 2017
@gatorsmile ok,i will modify and resubmit |
SparkQA
commented
Jun 12, 2017
Test build #77904 has finished for PR 18082 at commit
|
gatorsmile
commented
Jun 12, 2017
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 <liu.xian3@zte.com.cn> Closesapache#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