[GitHub] spark pull request #14289: [SPARK-16656] [SQL] Try to make CreateTableAsSele...

2016-07-21 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/spark/pull/14289


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request #14289: [SPARK-16656] [SQL] Try to make CreateTableAsSele...

2016-07-20 Thread yhuai
GitHub user yhuai opened a pull request:

https://github.com/apache/spark/pull/14289

[SPARK-16656] [SQL] Try to make CreateTableAsSelectSuite more stable

## What changes were proposed in this pull request?

https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62593/testReport/junit/org.apache.spark.sql.sources/CreateTableAsSelectSuite/create_a_table__drop_it_and_create_another_one_with_the_same_name/
 shows that `create a table, drop it and create another one with the same name` 
failed. But other runs were good. Seems it is a flaky test. This PR tries to 
make this test more stable.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/yhuai/spark SPARK-16656

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/spark/pull/14289.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #14289


commit 184d679ab8ff7fbceda76367b5caecd1e3794df8
Author: Yin Huai 
Date:   2016-07-20T22:42:50Z

[SPARK-16656] [SQL] Try to make CreateTableAsSelectSuite more stable




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org