[GitHub] spark pull request: [SPARK-12963] Improve performance of stddev/va...

2016-01-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10960#issuecomment-176043209 **[Test build #50265 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50265/consoleFull)** for PR 10960 at commit [`3c8d737`](https://gi

[GitHub] spark pull request: [SPARK-12818][SQL] Specialized integral and st...

2016-01-27 Thread liancheng
GitHub user liancheng opened a pull request: https://github.com/apache/spark/pull/10968 [SPARK-12818][SQL] Specialized integral and string types for Count-min Sketch This PR is a follow-up of #10911. It adds specialized update methods for `CountMinSketch` so that we can avoid doing

[GitHub] spark pull request: [SPARK-13032] [ML] [PySpark] PySpark support m...

2016-01-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10469#issuecomment-176042108 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-13032] [ML] [PySpark] PySpark support m...

2016-01-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10469#issuecomment-176042084 **[Test build #50264 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50264/consoleFull)** for PR 10469 at commit [`f07ffcb`](https://g

[GitHub] spark pull request: [SPARK-12977][Streaming][WIP] Support Streamin...

2016-01-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10966#issuecomment-176042137 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-13032] [ML] [PySpark] PySpark support m...

2016-01-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10469#issuecomment-176042102 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: [SPARK-12977][Streaming][WIP] Support Streamin...

2016-01-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10966#issuecomment-176042126 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-12977][Streaming][WIP] Support Streamin...

2016-01-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10966#issuecomment-176041930 **[Test build #50263 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50263/consoleFull)** for PR 10966 at commit [`d15cfa7`](https://g

[GitHub] spark pull request: [SPARK-13032] [ML] [PySpark] PySpark support m...

2016-01-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10469#issuecomment-176041281 **[Test build #50264 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50264/consoleFull)** for PR 10469 at commit [`f07ffcb`](https://gi

[GitHub] spark pull request: [SPARK-10777] [SQL] Resolve Aliases in the Gro...

2016-01-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10967#issuecomment-176040823 Can one of the admins verify this patch? --- 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 p

[GitHub] spark pull request: [SPARK-11780][SQL] Add catalyst type aliases b...

2016-01-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10915#issuecomment-176039533 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-11780][SQL] Add catalyst type aliases b...

2016-01-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10915#issuecomment-176039531 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-10777] [SQL] Resolve Aliases in the Gro...

2016-01-27 Thread kevinyu98
GitHub user kevinyu98 opened a pull request: https://github.com/apache/spark/pull/10967 [SPARK-10777] [SQL] Resolve Aliases in the Group By clause @gatorsmile @yhuai @marmbrus @cloud-fan : Hello All, I tried to run the failing query with PR 10678 from Spark-12705, still got the sam

[GitHub] spark pull request: [SPARK-11780][SQL] Add catalyst type aliases b...

2016-01-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10915#issuecomment-176039660 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-11780][SQL] Add catalyst type aliases b...

2016-01-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10915#issuecomment-176039656 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-11780][SQL] Add catalyst type aliases b...

2016-01-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10915#issuecomment-176039344 **[Test build #50255 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50255/consoleFull)** for PR 10915 at commit [`c338300`](https://g

[GitHub] spark pull request: [SPARK-11780][SQL] Add catalyst type aliases b...

2016-01-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10915#issuecomment-176039234 **[Test build #50256 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50256/consoleFull)** for PR 10915 at commit [`c338300`](https://g

[GitHub] spark pull request: [SPARK-13056][SQL] map column would throw NPE ...

2016-01-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10964#issuecomment-176037486 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-13056][SQL] map column would throw NPE ...

2016-01-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10964#issuecomment-176037481 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-9835] [ML] Implement IterativelyReweigh...

2016-01-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10639#issuecomment-176036772 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-13056][SQL] map column would throw NPE ...

2016-01-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10964#issuecomment-176036697 **[Test build #50253 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50253/consoleFull)** for PR 10964 at commit [`5b2d942`](https://g

[GitHub] spark pull request: [SPARK-12656] [SQL] Implement Intersect with L...

2016-01-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10630#issuecomment-176036669 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-9835] [ML] Implement IterativelyReweigh...

2016-01-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10639#issuecomment-176036767 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-12977][Streaming][WIP] Support Streamin...

2016-01-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10966#issuecomment-176036676 **[Test build #50263 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50263/consoleFull)** for PR 10966 at commit [`d15cfa7`](https://gi

[GitHub] spark pull request: [SPARK-12656] [SQL] Implement Intersect with L...

2016-01-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10630#issuecomment-176036668 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-12656] [SQL] Implement Intersect with L...

2016-01-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10630#issuecomment-176036575 **[Test build #50257 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50257/consoleFull)** for PR 10630 at commit [`3be78c4`](https://g

[GitHub] spark pull request: [SPARK-9835] [ML] Implement IterativelyReweigh...

2016-01-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10639#issuecomment-176036615 **[Test build #50261 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50261/consoleFull)** for PR 10639 at commit [`cb2057e`](https://g

[GitHub] spark pull request: [SPARK-12153][SPARK-7617][MLlib]add support of...

2016-01-27 Thread MLnick
Github user MLnick commented on a diff in the pull request: https://github.com/apache/spark/pull/10152#discussion_r51088952 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/feature/Word2Vec.scala --- @@ -289,17 +301,28 @@ class Word2Vec extends Serializable with Logging {

[GitHub] spark pull request: [SPARK-12153][SPARK-7617][MLlib]add support of...

2016-01-27 Thread MLnick
Github user MLnick commented on a diff in the pull request: https://github.com/apache/spark/pull/10152#discussion_r51088866 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/feature/Word2Vec.scala --- @@ -556,6 +571,7 @@ class Word2VecModel private[spark] ( .sortBy(-

[GitHub] spark pull request: [SPARK-13043][SQL] Implement remaining catalys...

2016-01-27 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/10961#discussion_r51088303 --- Diff: sql/core/src/main/java/org/apache/spark/sql/execution/vectorized/OffHeapColumnVector.java --- @@ -217,6 +269,41 @@ public final long getLong(int rowI

[GitHub] spark pull request: [SPARK-13043][SQL] Implement remaining catalys...

2016-01-27 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/10961#discussion_r51088273 --- Diff: sql/core/src/main/java/org/apache/spark/sql/execution/vectorized/OffHeapColumnVector.java --- @@ -217,6 +269,41 @@ public final long getLong(int rowI

[GitHub] spark pull request: [SPARK-13043][SQL] Implement remaining catalys...

2016-01-27 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/10961#discussion_r51088280 --- Diff: sql/core/src/main/java/org/apache/spark/sql/execution/vectorized/OffHeapColumnVector.java --- @@ -217,6 +269,41 @@ public final long getLong(int rowI

[GitHub] spark pull request: [SPARK-13057][SQL] Add benchmark codes and the...

2016-01-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10965#issuecomment-176028625 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-13057][SQL] Add benchmark codes and the...

2016-01-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10965#issuecomment-176028621 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-13043][SQL] Implement remaining catalys...

2016-01-27 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/10961#discussion_r51087836 --- Diff: sql/core/src/main/java/org/apache/spark/sql/execution/vectorized/ColumnVector.java --- @@ -170,7 +204,14 @@ public float getFloat(int ordinal) {

[GitHub] spark pull request: [SPARK-13057][SQL] Add benchmark codes and the...

2016-01-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10965#issuecomment-176027860 **[Test build #50254 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50254/consoleFull)** for PR 10965 at commit [`b3bf70c`](https://g

[GitHub] spark pull request: [SPARK-13043][SQL] Implement remaining catalys...

2016-01-27 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/10961#discussion_r51087484 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/types/DecimalType.scala --- @@ -148,6 +148,28 @@ object DecimalType extends AbstractDataType {

[GitHub] spark pull request: [SPARK-13047][PYSPARK][ML] Pyspark Params.hasP...

2016-01-27 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/10962#discussion_r51087340 --- Diff: python/pyspark/ml/param/__init__.py --- @@ -152,13 +152,17 @@ def isDefined(self, param): return self.isSet(param) or self.hasDefaul

[GitHub] spark pull request: [SPARK-12977][Streaming][WIP] Support Streamin...

2016-01-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10966#issuecomment-176023093 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-12977][Streaming][WIP] Support Streamin...

2016-01-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10966#issuecomment-176023084 **[Test build #50262 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50262/consoleFull)** for PR 10966 at commit [`22188e7`](https://g

[GitHub] spark pull request: [SPARK-12977][Streaming][WIP] Support Streamin...

2016-01-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10966#issuecomment-176023088 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-12977][Streaming][WIP] Support Streamin...

2016-01-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10966#issuecomment-176022899 **[Test build #50262 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50262/consoleFull)** for PR 10966 at commit [`22188e7`](https://gi

[GitHub] spark pull request: [SPARK-12977][Streaming][WIP] Support Streamin...

2016-01-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10966#issuecomment-176022823 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-12977][Streaming][WIP] Support Streamin...

2016-01-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10966#issuecomment-176022820 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-12977][Streaming][WIP] Support Streamin...

2016-01-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10966#issuecomment-176022819 **[Test build #50260 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50260/consoleFull)** for PR 10966 at commit [`22188e7`](https://g

[GitHub] spark pull request: [SPARK-12977][Streaming][WIP] Support Streamin...

2016-01-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10966#issuecomment-176022658 **[Test build #50260 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50260/consoleFull)** for PR 10966 at commit [`22188e7`](https://gi

[GitHub] spark pull request: [SPARK-12977][Streaming][WIP] Support Streamin...

2016-01-27 Thread jerryshao
Github user jerryshao commented on the pull request: https://github.com/apache/spark/pull/10966#issuecomment-176022548 Jenkins, retest this please. --- 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-12977][Streaming][WIP] Support Streamin...

2016-01-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10966#issuecomment-176021814 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-12977][Streaming][WIP] Support Streamin...

2016-01-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10966#issuecomment-176021813 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: [SPARK-12689][SQL] Migrate DDL parsing to the ...

2016-01-27 Thread hvanhovell
Github user hvanhovell commented on a diff in the pull request: https://github.com/apache/spark/pull/10723#discussion_r51086558 --- Diff: sql/catalyst/src/main/antlr3/org/apache/spark/sql/catalyst/parser/SparkSqlLexer.g --- @@ -465,7 +467,7 @@ Identifier fragment Quo

[GitHub] spark pull request: [SPARK-9835] [ML] Implement IterativelyReweigh...

2016-01-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10639#issuecomment-176021171 **[Test build #50261 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50261/consoleFull)** for PR 10639 at commit [`cb2057e`](https://gi

[GitHub] spark pull request: [SPARK-12963] Improve performance of stddev/va...

2016-01-27 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/10960#discussion_r51086288 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/aggregate/CentralMomentAgg.scala --- @@ -109,7 +109,7 @@ abstract class Centr

[GitHub] spark pull request: [SPARK-12689][SQL] Migrate DDL parsing to the ...

2016-01-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10723#issuecomment-176019860 **[Test build #50258 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50258/consoleFull)** for PR 10723 at commit [`7350f07`](https://gi

[GitHub] spark pull request: [SPARK-12792][SPARKR] Refactor RRDD to support...

2016-01-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10947#issuecomment-176018561 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-12799] Simplify various string output f...

2016-01-27 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/10757#issuecomment-176019457 I'd actually not have "PythonUDF#" as part of the name. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] spark pull request: [SPARK-12792][SPARKR] Refactor RRDD to support...

2016-01-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10947#issuecomment-176018556 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-12792][SPARKR] Refactor RRDD to support...

2016-01-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10947#issuecomment-176017111 **[Test build #50250 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50250/consoleFull)** for PR 10947 at commit [`8a45d37`](https://g

[GitHub] spark pull request: [SPARK-6363][BUILD] Make Scala 2.11 the defaul...

2016-01-27 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/10608#issuecomment-176016076 Want to fix the mima issue? --- 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

[GitHub] spark pull request: [SPARK-12656] [SQL] Implement Intersect with L...

2016-01-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10630#issuecomment-176013909 **[Test build #50257 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50257/consoleFull)** for PR 10630 at commit [`3be78c4`](https://gi

[GitHub] spark pull request: [SPARK-12977][Streaming][WIP] Support Streamin...

2016-01-27 Thread jerryshao
GitHub user jerryshao opened a pull request: https://github.com/apache/spark/pull/10966 [SPARK-12977][Streaming][WIP] Support Streaming UI in history server This patch adds the Streaming UI support in history server. Here is the screenshot of the current progress: ![screen

[GitHub] spark pull request: [SPARK-12689][SQL] Migrate DDL parsing to the ...

2016-01-27 Thread viirya
Github user viirya commented on the pull request: https://github.com/apache/spark/pull/10723#issuecomment-176013876 @hvanhovell Thanks for reviewing this. I've updated this to address your comments. Please see if it is proper for you. --- If your project is set up for it, you can rep

[GitHub] spark pull request: [SPARK-13031] [SQL] cleanup codegen and improv...

2016-01-27 Thread davies
Github user davies commented on the pull request: https://github.com/apache/spark/pull/10944#issuecomment-176013043 @nongli Does this one looks good to you? this one blocks others. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] spark pull request: [SPARK-10873] Support column sort and search f...

2016-01-27 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/10648#issuecomment-176012531 @tgravescs @zhuoliu are you guys interested in more UI work? I have some ideas that I never found time / people to work on ... I think they will make the UI a lot more use

[GitHub] spark pull request: [SPARK-12966][SQL] Support ArrayType(DecimalTy...

2016-01-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10898#issuecomment-176010324 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-12966][SQL] Support ArrayType(DecimalTy...

2016-01-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10898#issuecomment-176010326 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-12966][SQL] Support ArrayType(DecimalTy...

2016-01-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10898#issuecomment-176010035 **[Test build #50251 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50251/consoleFull)** for PR 10898 at commit [`52eaebe`](https://g

[GitHub] spark pull request: [SPARK-10873] Support column sort and search f...

2016-01-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10648#issuecomment-176009494 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-10873] Support column sort and search f...

2016-01-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10648#issuecomment-176009496 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-10873] Support column sort and search f...

2016-01-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10648#issuecomment-176009391 **[Test build #50248 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50248/consoleFull)** for PR 10648 at commit [`430d283`](https://g

[GitHub] spark pull request: [SPARK-12656] [SQL] Implement Intersect with L...

2016-01-27 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/10630#discussion_r51084606 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -388,57 +445,18 @@ class Analyzer( .m

[GitHub] spark pull request: [SPARK-11780][SQL] Add catalyst type aliases b...

2016-01-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10915#issuecomment-176007544 **[Test build #50256 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50256/consoleFull)** for PR 10915 at commit [`c338300`](https://gi

[GitHub] spark pull request: [SPARK-12828][SQL]add natural join support

2016-01-27 Thread adrian-wang
Github user adrian-wang commented on the pull request: https://github.com/apache/spark/pull/10762#issuecomment-176006912 Sure, I'll update this pr today. --- 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 doe

[GitHub] spark pull request: Fix for [SPARK-12854][SQL] Implement complex t...

2016-01-27 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/10946#issuecomment-176006321 cc @JoshRosen I can't seem to trigger a test run. If you have a chance please give it a shot. --- If your project is set up for it, you can reply to this email and have

[GitHub] spark pull request: [SPARK-12705] [SPARK-10777] [SQL] Analyzer Rul...

2016-01-27 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/10678#discussion_r51084231 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -521,38 +522,96 @@ class Analyzer( */ o

[GitHub] spark pull request: [SPARK-11780][SQL] Add catalyst type aliases b...

2016-01-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10915#issuecomment-176002716 **[Test build #50255 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50255/consoleFull)** for PR 10915 at commit [`c338300`](https://gi

[GitHub] spark pull request: [SPARK-11780][SQL] Add catalyst type aliases b...

2016-01-27 Thread maropu
Github user maropu commented on the pull request: https://github.com/apache/spark/pull/10915#issuecomment-176001608 Jenkins, retest this please. --- 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 hav

[GitHub] spark pull request: [SPARK-13057][SQL] Add benchmark codes and the...

2016-01-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10965#issuecomment-176000161 **[Test build #50254 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50254/consoleFull)** for PR 10965 at commit [`b3bf70c`](https://gi

[GitHub] spark pull request: [SPARK-12401][SQL] Add integration tests for p...

2016-01-27 Thread maropu
Github user maropu commented on the pull request: https://github.com/apache/spark/pull/10596#issuecomment-175999209 @liancheng ping --- 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 featur

[GitHub] spark pull request: [SPARK-13056][SQL] map column would throw NPE ...

2016-01-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10964#issuecomment-175998978 **[Test build #50253 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50253/consoleFull)** for PR 10964 at commit [`5b2d942`](https://gi

[GitHub] spark pull request: [SPARK-2827][GraphX] Add collectDegreeDist to ...

2016-01-27 Thread maropu
Github user maropu commented on the pull request: https://github.com/apache/spark/pull/10521#issuecomment-175999010 @andrewor14 ping --- 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 featu

[GitHub] spark pull request: [SPARK-13032] [ML] [PySpark] PySpark support m...

2016-01-27 Thread jkbradley
Github user jkbradley commented on the pull request: https://github.com/apache/spark/pull/10469#issuecomment-175998765 @yanboliang I hope you don't mind, but I took the liberty of experimenting a bit myself and sending this PR: [https://github.com/yanboliang/spark/pull/4] Please let

[GitHub] spark pull request: [SPARK-5174][SPARK-5175] add more APIs to acto...

2016-01-27 Thread ScrapCodes
Github user ScrapCodes commented on a diff in the pull request: https://github.com/apache/spark/pull/10892#discussion_r51083142 --- Diff: external/akka/src/main/scala/org/apache/spark/streaming/akka/ActorReceiver.scala --- @@ -202,12 +294,11 @@ private[akka] case class ByteBufferD

[GitHub] spark pull request: [SPARK-12476][SQL] Implement JdbcRelation#unha...

2016-01-27 Thread maropu
Github user maropu commented on the pull request: https://github.com/apache/spark/pull/10427#issuecomment-175997712 @yhuai ping --- 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 en

[GitHub] spark pull request: [SPARK-12968][SQL] Implement command to set cu...

2016-01-27 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/10916#discussion_r51082907 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveQuerySuite.scala --- @@ -1262,6 +1263,21 @@ class HiveQuerySuite extends HiveCompar

[GitHub] spark pull request: [SPARK-13057][SQL] Add benchmark codes and the...

2016-01-27 Thread maropu
GitHub user maropu opened a pull request: https://github.com/apache/spark/pull/10965 [SPARK-13057][SQL] Add benchmark codes and the performance results for implemented compression schemes for InMemoryRelation This pr adds benchmark codes for in-memory cache compression to make futur

[GitHub] spark pull request: [SPARK-12828][SQL]add natural join support

2016-01-27 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/10762#issuecomment-175994824 @adrian-wang can you address the comments made here? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If yo

[GitHub] spark pull request: [SPARK-13050] [Build] Scalatest tags fail buil...

2016-01-27 Thread holdenk
Github user holdenk commented on the pull request: https://github.com/apache/spark/pull/10954#issuecomment-175994566 This looks reasonable to me, maybe @liancheng who added the sketch build file can take a look as well? --- If your project is set up for it, you can reply to this emai

[GitHub] spark pull request: [SPARK-13056][SQL] map column would throw NPE ...

2016-01-27 Thread adrian-wang
GitHub user adrian-wang opened a pull request: https://github.com/apache/spark/pull/10964 [SPARK-13056][SQL] map column would throw NPE if value is null Jira: https://issues.apache.org/jira/browse/SPARK-13056 Create a map like { "a": "somestring", "b": null} Quer

[GitHub] spark pull request: [SPARK-12966][SQL] Support ArrayType(DecimalTy...

2016-01-27 Thread maropu
Github user maropu commented on the pull request: https://github.com/apache/spark/pull/10898#issuecomment-175992128 I found that it's not easy to support this type in postgresql in the current interface of `JdbcDialect`. This is because the `postgresql-jdbc` implementation cannot h

[GitHub] spark pull request: [SPARK-12567][SQL] Add aes_{encrypt,decrypt} U...

2016-01-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10527#issuecomment-175987441 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-12567][SQL] Add aes_{encrypt,decrypt} U...

2016-01-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10527#issuecomment-175987440 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 project does

[GitHub] spark pull request: [SPARK-12567][SQL] Add aes_{encrypt,decrypt} U...

2016-01-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10527#issuecomment-175987185 **[Test build #50243 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50243/consoleFull)** for PR 10527 at commit [`9476822`](https://g

[GitHub] spark pull request: [SPARK-13020][SQL][test] fix random generator ...

2016-01-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10930#issuecomment-175982393 **[Test build #50252 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50252/consoleFull)** for PR 10930 at commit [`e627f5b`](https://gi

[GitHub] spark pull request: [SPARK-12792][SPARKR] Refactor RRDD to support...

2016-01-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10947#issuecomment-175979066 **[Test build #50250 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50250/consoleFull)** for PR 10947 at commit [`8a45d37`](https://gi

[GitHub] spark pull request: [SPARK-12966][SQL] Support ArrayType(DecimalTy...

2016-01-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10898#issuecomment-175978667 **[Test build #50251 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50251/consoleFull)** for PR 10898 at commit [`52eaebe`](https://gi

[GitHub] spark pull request: [SPARK-13020][SQL][test] fix random generator ...

2016-01-27 Thread cloud-fan
Github user cloud-fan commented on the pull request: https://github.com/apache/spark/pull/10930#issuecomment-175976082 retest this please. --- 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

[GitHub] spark pull request: [SPARK-10620] [SPARK-13054] Minor addendum to ...

2016-01-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10958#issuecomment-175971877 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-10620] [SPARK-13054] Minor addendum to ...

2016-01-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10958#issuecomment-175971876 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-10521][SQL] Utilize Docker for test DB2...

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

[GitHub] spark pull request: [SPARK-10873] Support column sort and search f...

2016-01-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10648#issuecomment-175971831 **[Test build #50248 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/50248/consoleFull)** for PR 10648 at commit [`430d283`](https://gi

  1   2   3   4   5   6   7   >