[GitHub] spark pull request: [SPARK-15537] [SQL] fix dir delete issue

2016-05-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/13304 --- 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

[GitHub] spark pull request: [SPARK-15537] [SQL] fix dir delete issue

2016-05-26 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/13304#issuecomment-221796545 Thanks - merging in master/2.0. --- 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

[GitHub] spark pull request: [SPARK-15537] [SQL] fix dir delete issue

2016-05-25 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/13304#issuecomment-221752391 LGTM, and I don't see other instances of this pattern. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] spark pull request: [SPARK-15537] [SQL] fix dir delete issue

2016-05-25 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/13304#issuecomment-221740836 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-15537] [SQL] fix dir delete issue

2016-05-25 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/13304#issuecomment-221740641 **[Test build #59306 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/59306/consoleFull)** for PR 13304 at commit

[GitHub] spark pull request: [SPARK-15537] [SQL] fix dir delete issue

2016-05-25 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/13304#issuecomment-221740835 Merged build finished. Test PASSed. --- 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

[GitHub] spark pull request: [SPARK-15537] [SQL] fix dir delete issue

2016-05-25 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/13304#issuecomment-221730596 **[Test build #59306 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/59306/consoleFull)** for PR 13304 at commit

[GitHub] spark pull request: [SPARK-15537] [SQL] fix dir delete issue

2016-05-25 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/13304#issuecomment-221730126 Merged build finished. Test PASSed. --- 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

[GitHub] spark pull request: [SPARK-15537] [SQL] fix dir delete issue

2016-05-25 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/13304#issuecomment-221730127 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-15537] [SQL] fix dir delete issue

2016-05-25 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/13304#issuecomment-221729933 **[Test build #59298 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/59298/consoleFull)** for PR 13304 at commit

[GitHub] spark pull request: [SPARK-15537] [SQL] fix dir delete issue

2016-05-25 Thread bomeng
Github user bomeng commented on a diff in the pull request: https://github.com/apache/spark/pull/13304#discussion_r64665909 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/orc/OrcSourceSuite.scala --- @@ -38,12 +39,12 @@ abstract class OrcSuite extends QueryTest with

[GitHub] spark pull request: [SPARK-15537] [SQL] fix dir delete issue

2016-05-25 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/13304#issuecomment-221721611 **[Test build #59299 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/59299/consoleFull)** for PR 13304 at commit

[GitHub] spark pull request: [SPARK-15537] [SQL] fix dir delete issue

2016-05-25 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/13304#issuecomment-221721636 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [SPARK-15537] [SQL] fix dir delete issue

2016-05-25 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/13304#issuecomment-221721638 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-15537] [SQL] fix dir delete issue

2016-05-25 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/13304#discussion_r64660855 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/orc/OrcSourceSuite.scala --- @@ -38,12 +39,12 @@ abstract class OrcSuite extends QueryTest with

[GitHub] spark pull request: [SPARK-15537] [SQL] fix dir delete issue

2016-05-25 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/13304#issuecomment-221719251 **[Test build #59299 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/59299/consoleFull)** for PR 13304 at commit

[GitHub] spark pull request: [SPARK-15537] [SQL] fix dir delete issue

2016-05-25 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/13304#issuecomment-221716901 **[Test build #59298 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/59298/consoleFull)** for PR 13304 at commit

[GitHub] spark pull request: [SPARK-15537] [SQL] fix dir delete issue

2016-05-25 Thread bomeng
GitHub user bomeng opened a pull request: https://github.com/apache/spark/pull/13304 [SPARK-15537] [SQL] fix dir delete issue ## What changes were proposed in this pull request? For some of the test cases, e.g. OrcSourceSuite, it will create temp folders and temp files