Skip to content

[SPARK-20665][SQL][FOLLOW-UP]Move test case to MathExpressionsSuite - #18082

Closed
10110346 wants to merge 1 commit into
apache:masterfrom
10110346:wip-lx-0524
Closed

[SPARK-20665][SQL][FOLLOW-UP]Move test case to MathExpressionsSuite#18082
10110346 wants to merge 1 commit into
apache:masterfrom
10110346:wip-lx-0524

Conversation

@10110346

@1011034610110346 commented May 24, 2017

Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

add test case to MathExpressionsSuite as #17906

How was this patch tested?

unit test cases

@1011034610110346 changed the title [SPARK-20665][SQL][FOLLOW-UP]move test case to SQLQueryTestSuite[SPARK-20665][SQL][FOLLOW-UP]Move test case to SQLQueryTestSuiteMay 24, 2017

Copy link
Copy Markdown
Member

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

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To -- cot

@10110346
10110346force-pushed the wip-lx-0524 branch 2 times, most recently from 542430b to ec0fa63CompareMay 24, 2017 03:17
@10110346

Copy link
Copy Markdown
ContributorAuthor

Done. Should i delete the unit test case from MathFunctionsSuite.scala?
@gatorsmile

@rxin

rxin commented May 24, 2017

Copy link
Copy Markdown
Contributor

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

Copy link
Copy Markdown
Member

@10110346 Could you move them to MathExpressionsSuite, based on @rxin 's comments? Thanks!

@10110346

Copy link
Copy Markdown
ContributorAuthor

@gatorsmile OK,i will do,thanks

@1011034610110346 changed the title [SPARK-20665][SQL][FOLLOW-UP]Move test case to SQLQueryTestSuite[SPARK-20665][SQL][FOLLOW-UP]Move test case to MathExpressionsSuiteMay 26, 2017
@1011034610110346 reopened this May 28, 2017
@10110346
10110346force-pushed the wip-lx-0524 branch 3 times, most recently from ec8fc33 to 5b747efCompareJune 1, 2017 08:53
@10110346

Copy link
Copy Markdown
ContributorAuthor

@gatorsmile Please review it again,thanks

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert this back

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indent issues.

@gatorsmile

Copy link
Copy Markdown
Member

ok to test

@SparkQA

Copy link
Copy Markdown

Test build #77647 has finished for PR 18082 at commit 5b747ef.

  • This patch fails Scala style tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA

Copy link
Copy Markdown

Test build #77663 has finished for PR 18082 at commit d9d245a.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@10110346

Copy link
Copy Markdown
ContributorAuthor

Test passed, thanks. @gatorsmile

@SparkQA

Copy link
Copy Markdown

Test build #77834 has finished for PR 18082 at commit 0ca63be.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

Copy link
Copy Markdown
Member

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

@10110346

Copy link
Copy Markdown
ContributorAuthor

@gatorsmile ok,i will modify and resubmit

@SparkQA

Copy link
Copy Markdown

Test build #77904 has finished for PR 18082 at commit 4e20839.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@gatorsmile

Copy link
Copy Markdown
Member

Thanks! Merging to master.

dataknocker pushed a commit to dataknocker/spark that referenced this pull request Jun 16, 2017
## 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.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@10110346@rxin@gatorsmile@SparkQA