[GitHub] spark pull request: [SPARK-13747][SQL] Fix concurrent query with f...

2016-03-10 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/spark/pull/11586#discussion_r55731469 --- Diff: core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala --- @@ -613,7 +613,12 @@ class DAGScheduler( properties: Properties): Un

[GitHub] spark pull request: [SPARK-13747][SQL] Fix concurrent query with f...

2016-03-10 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/11586#discussion_r55721971 --- Diff: core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala --- @@ -613,7 +613,12 @@ class DAGScheduler( properties: Properties):

[GitHub] spark pull request: [SPARK-13747][SQL] Fix concurrent query with f...

2016-03-09 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/spark/pull/11586#discussion_r55634802 --- Diff: core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala --- @@ -613,7 +613,12 @@ class DAGScheduler( properties: Properties): Un

[GitHub] spark pull request: [SPARK-13747][SQL] Fix concurrent query with f...

2016-03-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/11586 --- 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 ena

[GitHub] spark pull request: [SPARK-13747][SQL] Fix concurrent query with f...

2016-03-09 Thread zsxwing
Github user zsxwing commented on the pull request: https://github.com/apache/spark/pull/11586#issuecomment-194607018 Merging to master --- 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 fea

[GitHub] spark pull request: [SPARK-13747][SQL] Fix concurrent query with f...

2016-03-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11586#issuecomment-194604128 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 projec

[GitHub] spark pull request: [SPARK-13747][SQL] Fix concurrent query with f...

2016-03-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11586#issuecomment-194604131 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-13747][SQL] Fix concurrent query with f...

2016-03-09 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11586#issuecomment-194603798 **[Test build #52772 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/52772/consoleFull)** for PR 11586 at commit [`9273874`](https://g

[GitHub] spark pull request: [SPARK-13747][SQL] Fix concurrent query with f...

2016-03-09 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11586#issuecomment-194555697 **[Test build #52772 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/52772/consoleFull)** for PR 11586 at commit [`9273874`](https://gi

[GitHub] spark pull request: [SPARK-13747][SQL] Fix concurrent query with f...

2016-03-08 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/11586#discussion_r55435453 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/SQLExecutionSuite.scala --- @@ -49,6 +49,18 @@ class SQLExecutionSuite extends SparkFunSuit

[GitHub] spark pull request: [SPARK-13747][SQL] Fix concurrent query with f...

2016-03-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11586#issuecomment-193984365 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-13747][SQL] Fix concurrent query with f...

2016-03-08 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11586#issuecomment-193984164 **[Test build #52687 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/52687/consoleFull)** for PR 11586 at commit [`661c28e`](https://g

[GitHub] spark pull request: [SPARK-13747][SQL] Fix concurrent query with f...

2016-03-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11586#issuecomment-193984360 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 projec

[GitHub] spark pull request: [SPARK-13747][SQL] Fix concurrent query with f...

2016-03-08 Thread zsxwing
Github user zsxwing commented on the pull request: https://github.com/apache/spark/pull/11586#issuecomment-193962247 LGTM --- 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

[GitHub] spark pull request: [SPARK-13747][SQL] Fix concurrent query with f...

2016-03-08 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11586#issuecomment-193958802 **[Test build #52687 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/52687/consoleFull)** for PR 11586 at commit [`661c28e`](https://gi

[GitHub] spark pull request: [SPARK-13747][SQL] Fix concurrent query with f...

2016-03-08 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/11586#issuecomment-193957695 @zsxwing --- 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 e

[GitHub] spark pull request: [SPARK-13747][SQL] Fix concurrent query with f...

2016-03-08 Thread andrewor14
GitHub user andrewor14 opened a pull request: https://github.com/apache/spark/pull/11586 [SPARK-13747][SQL] Fix concurrent query with fork-join pool ## What changes were proposed in this pull request? Fix this use case, which was already fixed in SPARK-10548 in 1.6 but was