Skip to content
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

[SPARK-13972][SQ] hive tests should fail if SQL generation failed #11782

Closed
wants to merge 1 commit into from

Conversation

cloud-fan
Copy link
Contributor

What changes were proposed in this pull request?

Now we should be able to convert all logical plans to SQL string, if they are parsed from hive query. This PR changes the error handling to throw exceptions instead of just log.

We will send new PRs for spotted bugs, and merge this one after all bugs are fixed.

How was this patch tested?

existing tests.

@cloud-fan
Copy link
Contributor Author

cc @liancheng @yhuai

@SparkQA
Copy link

SparkQA commented Mar 17, 2016

Test build #53428 has finished for PR 11782 at commit 6fa5dd9.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@liancheng
Copy link
Contributor

@cloud-fan Let's mark this PR as WIP and use this branch to fix detected SQL generation failures. I'll open PRs directly to this branch.

@yhuai
Copy link
Contributor

yhuai commented Mar 17, 2016

Once we have gong through the failed tests, can we make a summary (on root causes of failed tests)?

@cloud-fan cloud-fan changed the title [SPARK-13972][SQ] hive tests should fail if SQL generation failed [SPARK-13972][SQ][WIP] hive tests should fail if SQL generation failed Mar 18, 2016
@cloud-fan
Copy link
Contributor Author

retest this please

@SparkQA
Copy link

SparkQA commented Mar 18, 2016

Test build #53524 has finished for PR 11782 at commit 6fa5dd9.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@liancheng
Copy link
Contributor

retest this please

@liancheng
Copy link
Contributor

PR #11786 and #11818 should have fixed all the test failures found by this one. Let's retest it to check.

@SparkQA
Copy link

SparkQA commented Mar 18, 2016

Test build #53535 has finished for PR 11782 at commit 6fa5dd9.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@liancheng
Copy link
Contributor

retest this please

@SparkQA
Copy link

SparkQA commented Mar 18, 2016

Test build #53538 has finished for PR 11782 at commit 6fa5dd9.

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

@cloud-fan cloud-fan changed the title [SPARK-13972][SQ][WIP] hive tests should fail if SQL generation failed [SPARK-13972][SQ] hive tests should fail if SQL generation failed Mar 18, 2016
@liancheng
Copy link
Contributor

Merging to master.

@asfgit asfgit closed this in 0acb32a Mar 18, 2016
roygao94 pushed a commit to roygao94/spark that referenced this pull request Mar 22, 2016
## What changes were proposed in this pull request?

Now we should be able to convert all logical plans to SQL string, if they are parsed from hive query. This PR changes the error handling to throw exceptions instead of just log.

We will send new PRs for spotted bugs, and merge this one after all bugs are fixed.

## How was this patch tested?

existing tests.

Author: Wenchen Fan <wenchen@databricks.com>

Closes apache#11782 from cloud-fan/test.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants