[GitHub] spark pull request: [SPARK-XXX][SQL] Clear variable code to preven...

2016-03-11 Thread viirya
Github user viirya commented on the pull request: https://github.com/apache/spark/pull/11674#issuecomment-195693148 cc @davies --- 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

[GitHub] spark pull request: [SPARK-XXX][SQL] Clear variable code to preven...

2016-03-11 Thread viirya
GitHub user viirya opened a pull request: https://github.com/apache/spark/pull/11674 [SPARK-XXX][SQL] Clear variable code to prevent it to be re-evaluated in BoundAttribute ## What changes were proposed in this pull request? We should also clear the variable code in

[GitHub] spark pull request: [SPARK-XXXX][SQL] Support for inferring filter...

2016-03-11 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/11665#discussion_r55917737 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala --- @@ -598,50 +598,44 @@ object NullPropagation extends

[GitHub] spark pull request: [SPARK-XXXX][SQL] Support for inferring filter...

2016-03-11 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/11665#discussion_r55917728 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala --- @@ -598,50 +598,44 @@ object NullPropagation extends

[GitHub] spark pull request: [SPARK-XXXX][SQL] Support for inferring filter...

2016-03-11 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/11665#discussion_r55917694 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala --- @@ -598,50 +598,44 @@ object NullPropagation extends

[GitHub] spark pull request: SPARK-13827[SQL] Can't add subquery to an oper...

2016-03-11 Thread gatorsmile
Github user gatorsmile commented on the pull request: https://github.com/apache/spark/pull/11658#issuecomment-195676456 True. : ) --- 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

[GitHub] spark pull request: SPARK-13827[SQL] Can't add subquery to an oper...

2016-03-11 Thread cloud-fan
Github user cloud-fan commented on the pull request: https://github.com/apache/spark/pull/11658#issuecomment-195676361 I think it's because our optimizer is not smart enough, these alias-only `Project` should be removed, name ambiguity is not a problem anymore after analysis phase.

[GitHub] spark pull request: [SPARK-XXXX][SQL] Support for inferring filter...

2016-03-11 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/11665#discussion_r55917538 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala --- @@ -598,50 +598,44 @@ object NullPropagation extends

[GitHub] spark pull request: [SPARK-xxxx][SQL] QueryPlan sub-classes should...

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

[GitHub] spark pull request: [SPARK-xxxx][SQL] QueryPlan sub-classes should...

2016-03-11 Thread cloud-fan
GitHub user cloud-fan opened a pull request: https://github.com/apache/spark/pull/11673 [SPARK-][SQL] QueryPlan sub-classes should override producedAttributes to fix missingInput ## What changes were proposed in this pull request? Some operators will produce new

[GitHub] spark pull request: SPARK-13827[SQL] Can't add subquery to an oper...

2016-03-11 Thread gatorsmile
Github user gatorsmile commented on the pull request: https://github.com/apache/spark/pull/11658#issuecomment-195672850 ```SQL SELECT x.key, x.value, y.a, y.b, y.c, y.d FROM parquet_t1 x JOIN parquet_t2 y ON x.key = y.a ``` The generated SQL is ```SQL SELECT

[GitHub] spark pull request: SPARK-13827[SQL] Can't add subquery to an oper...

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

[GitHub] spark pull request: SPARK-13827[SQL] Can't add subquery to an oper...

2016-03-11 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/11658#discussion_r55917330 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/SQLBuilder.scala --- @@ -54,8 +55,26 @@ class SQLBuilder(logicalPlan: LogicalPlan,

[GitHub] spark pull request: SPARK-13827[SQL] Can't add subquery to an oper...

2016-03-11 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/11658#discussion_r55917303 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/SQLBuilder.scala --- @@ -54,8 +55,26 @@ class SQLBuilder(logicalPlan: LogicalPlan, sqlContext:

[GitHub] spark pull request: [SPARK-13805][SQL] Generate code that get a va...

2016-03-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11636#issuecomment-195669838 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-13805][SQL] Generate code that get a va...

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

[GitHub] spark pull request: [SPARK-13805][SQL] Generate code that get a va...

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

[GitHub] spark pull request: [WIP]Remove streaming-flume, streaming-mqtt, s...

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

[GitHub] spark pull request: [WIP]Remove streaming-flume, streaming-mqtt, s...

2016-03-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11672#issuecomment-195668853 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: [WIP]Remove streaming-flume, streaming-mqtt, s...

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

[GitHub] spark pull request: [SPARK-13811][SPARK-13836] [SQL] Removed IsNot...

2016-03-11 Thread sameeragarwal
Github user sameeragarwal commented on the pull request: https://github.com/apache/spark/pull/11649#issuecomment-195665782 I do see the benefits of propagating constraints in the physical plan but if I understand correctly, wouldn't we have problems with joins? For e.g., if a

[GitHub] spark pull request: SPARK-13827[SQL] Can't add subquery to an oper...

2016-03-11 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/11658#discussion_r55916941 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/SQLBuilder.scala --- @@ -54,8 +55,26 @@ class SQLBuilder(logicalPlan: LogicalPlan,

[GitHub] spark pull request: SPARK-13827[SQL] Can't add subquery to an oper...

2016-03-11 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/11658#discussion_r55916858 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/SQLBuilder.scala --- @@ -54,8 +55,26 @@ class SQLBuilder(logicalPlan: LogicalPlan,

[GitHub] spark pull request: SPARK-13827[SQL] Can't add subquery to an oper...

2016-03-11 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/11658#discussion_r55916721 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/SQLBuilder.scala --- @@ -168,11 +176,12 @@ class SQLBuilder(logicalPlan: LogicalPlan,

[GitHub] spark pull request: SPARK-13827[SQL] Can't add subquery to an oper...

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

[GitHub] spark pull request: SPARK-13827[SQL] Can't add subquery to an oper...

2016-03-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11658#issuecomment-195660471 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-13827[SQL] Can't add subquery to an oper...

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

[GitHub] spark pull request: [SPARK-13805][SQL] Generate code that get a va...

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

[GitHub] spark pull request: [SPARK-13805][SQL] Generate code that get a va...

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

[GitHub] spark pull request: [SPARK-13805][SQL] Generate code that get a va...

2016-03-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11636#issuecomment-195659435 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-13805][SQL] Generate code that get a va...

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

[GitHub] spark pull request: [SPARK-13805][SQL] Generate code that get a va...

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

[GitHub] spark pull request: [WIP]Remove streaming-flume, streaming-mqtt, s...

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

[GitHub] spark pull request: [SPARK-13746][Tests]stop using deprecated Sync...

2016-03-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11580#issuecomment-195657855 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 project does

[GitHub] spark pull request: [minor][build][test-maven] Remove invocation o...

2016-03-11 Thread vanzin
Github user vanzin commented on the pull request: https://github.com/apache/spark/pull/11671#issuecomment-195657823 hmm, that worked locally... --- 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-13746][Tests]stop using deprecated Sync...

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

[GitHub] spark pull request: [minor][build][test-maven] Remove invocation o...

2016-03-11 Thread vanzin
Github user vanzin closed the pull request at: https://github.com/apache/spark/pull/11671 --- 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-13746][Tests]stop using deprecated Sync...

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

[GitHub] spark pull request: [WIP]Remove streaming-flume, streaming-mqtt, s...

2016-03-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11672#issuecomment-195656694 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: [WIP]Remove streaming-flume, streaming-mqtt, s...

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

[GitHub] spark pull request: [WIP]Remove streaming-flume, streaming-mqtt, s...

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

[GitHub] spark pull request: [WIP]Remove streaming-flume, streaming-mqtt, s...

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

[GitHub] spark pull request: [SPARK-13658][SQL] BooleanSimplification rule ...

2016-03-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11647#issuecomment-195655654 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-13658][SQL] BooleanSimplification rule ...

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

[GitHub] spark pull request: [STREAMING][MINOR] Fix a duplicate "be" in com...

2016-03-11 Thread lw-lin
Github user lw-lin commented on the pull request: https://github.com/apache/spark/pull/11650#issuecomment-195655635 Sure. @rxin thank you for your review and patient guidance! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] spark pull request: [SPARK-13658][SQL] BooleanSimplification rule ...

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

[GitHub] spark pull request: [SPARK-13810] [CORE] Add Port Configuration Su...

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

[GitHub] spark pull request: [SPARK-13810] [CORE] Add Port Configuration Su...

2016-03-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11644#issuecomment-195655515 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-13810] [CORE] Add Port Configuration Su...

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

[GitHub] spark pull request: [SPARK-13834][BUILD] Update sbt and MiMa plugi...

2016-03-11 Thread dongjoon-hyun
Github user dongjoon-hyun commented on the pull request: https://github.com/apache/spark/pull/11669#issuecomment-195652364 Hi, @JoshRosen . After upgrading MiMa plugin, I can finish upgrading SBT . Could you review and merge this? Now, it passes the test. Thank you again

[GitHub] spark pull request: [SPARK-13834][BUILD] Update sbt and MiMa plugi...

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

[GitHub] spark pull request: [SPARK-13834][BUILD] Update sbt and MiMa plugi...

2016-03-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11669#issuecomment-195651790 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-13834][BUILD] Update sbt and MiMa plugi...

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

[GitHub] spark pull request: SPARK-13827[SQL] Can't add subquery to an oper...

2016-03-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11658#issuecomment-195651607 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-13827[SQL] Can't add subquery to an oper...

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

[GitHub] spark pull request: SPARK-13827[SQL] Can't add subquery to an oper...

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

[GitHub] spark pull request: [SPARK-13810] [CORE] Add Port Configuration Su...

2016-03-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11644#issuecomment-195650306 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-13810] [CORE] Add Port Configuration Su...

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

[GitHub] spark pull request: [SPARK-13834][BUILD] Update sbt and MiMa plugi...

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

[GitHub] spark pull request: [SPARK-13810] [CORE] Add Port Configuration Su...

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

[GitHub] spark pull request: [SPARK-13834][BUILD] Update sbt and MiMa plugi...

2016-03-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11669#issuecomment-195650255 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-13834][BUILD] Update sbt and MiMa plugi...

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

[GitHub] spark pull request: [SPARK-13811][SPARK-13836] [SQL] Removed IsNot...

2016-03-11 Thread gatorsmile
Github user gatorsmile commented on the pull request: https://github.com/apache/spark/pull/11649#issuecomment-195649798 I like the idea of @marmbrus Obviously, our outer join elimination is using null filtering constraints of compound expression. I think this PR has to wait

[GitHub] spark pull request: [SPARK-12725] [SQL] Resolving Name Conflicts i...

2016-03-11 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/11050#discussion_r55914872 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/namedExpressions.scala --- @@ -174,7 +184,8 @@ case class Alias(child:

[GitHub] spark pull request: [SPARK-10907][SPARK-6157] Remove pendingUnroll...

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

[GitHub] spark pull request: [SPARK-10907][SPARK-6157] Remove pendingUnroll...

2016-03-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11613#issuecomment-195647098 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-10907][SPARK-6157] Remove pendingUnroll...

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

[GitHub] spark pull request: [WIP][SPARK-13809][SQL] State store for stream...

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

[GitHub] spark pull request: [WIP][SPARK-13809][SQL] State store for stream...

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

[GitHub] spark pull request: [WIP][SPARK-13809][SQL] State store for stream...

2016-03-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11645#issuecomment-195645942 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: [WIP][SPARK-13809][SQL] State store for stream...

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

[GitHub] spark pull request: SPARK-13827[SQL] Can't add subquery to an oper...

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

[GitHub] spark pull request: [SPARK-12725] [SQL] Resolving Name Conflicts i...

2016-03-11 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/11050#discussion_r55914448 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/namedExpressions.scala --- @@ -174,7 +184,8 @@ case class Alias(child:

[GitHub] spark pull request: [SPARK-12725] [SQL] Resolving Name Conflicts i...

2016-03-11 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/11050#discussion_r55914401 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/namedExpressions.scala --- @@ -174,7 +184,8 @@ case class Alias(child:

[GitHub] spark pull request: [SPARK-10907][SPARK-6157] Remove pendingUnroll...

2016-03-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11613#issuecomment-195644837 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-13777] [ML] Remove constant features fr...

2016-03-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11610#issuecomment-195644840 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-10907][SPARK-6157] Remove pendingUnroll...

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

[GitHub] spark pull request: [SPARK-13777] [ML] Remove constant features fr...

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

[GitHub] spark pull request: [SPARK-10907][SPARK-6157] Remove pendingUnroll...

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

[GitHub] spark pull request: [SPARK-13777] [ML] Remove constant features fr...

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

[GitHub] spark pull request: [SPARK-13576] [build] [test-maven] Don't creat...

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

[GitHub] spark pull request: [SPARK-13576] [build] [test-maven] Don't creat...

2016-03-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11452#issuecomment-195640850 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-13658][SQL] BooleanSimplification rule ...

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

[GitHub] spark pull request: [SPARK-13576] [build] [test-maven] Don't creat...

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

[GitHub] spark pull request: [SPARK-XXXX][SQL] Remove redundant conditions ...

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

[GitHub] spark pull request: [SPARK-XXXX][SQL] Remove redundant conditions ...

2016-03-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11670#issuecomment-195638037 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-XXXX][SQL] Remove redundant conditions ...

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

[GitHub] spark pull request: [SPARK-13578] [core] Modify launch scripts to ...

2016-03-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11591#issuecomment-195637710 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-13578] [core] Modify launch scripts to ...

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

[GitHub] spark pull request: [SPARK-13578] [core] Modify launch scripts to ...

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

[GitHub] spark pull request: SPARK-13827[SQL] Can't add subquery to an oper...

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

[GitHub] spark pull request: [SPARK-11714][Mesos] Make Spark on Mesos honor...

2016-03-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11157#issuecomment-195635187 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-11714][Mesos] Make Spark on Mesos honor...

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

[GitHub] spark pull request: [SPARK-11714][Mesos] Make Spark on Mesos honor...

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

[GitHub] spark pull request: [SPARK-11714][Mesos] Make Spark on Mesos honor...

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

[GitHub] spark pull request: [SPARK-13833] Guard against race condition whe...

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

[GitHub] spark pull request: [SPARK-13833] Guard against race condition whe...

2016-03-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11660#issuecomment-195632211 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-11714][Mesos] Make Spark on Mesos honor...

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

[GitHub] spark pull request: [SPARK-13833] Guard against race condition whe...

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

[GitHub] spark pull request: [SPARK-11714][Mesos] Make Spark on Mesos honor...

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

  1   2   3   4   5   6   7   >