[GitHub] spark issue #18164: [SPARK-19732][SQL][PYSPARK] Add fill functions for nulls...

2017-06-02 Thread ueshin
Github user ueshin commented on the issue: https://github.com/apache/spark/pull/18164 Thanks! 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 feature enabled and

[GitHub] spark issue #18164: [SPARK-19732][SQL][PYSPARK] Add fill functions for nulls...

2017-06-02 Thread ueshin
Github user ueshin commented on the issue: https://github.com/apache/spark/pull/18164 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 and wishes so, or if the

[GitHub] spark issue #18128: [SPARK-20906][SparkR]:Constrained Logistic Regression fo...

2017-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18128 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 project does not have this feature

[GitHub] spark issue #18128: [SPARK-20906][SparkR]:Constrained Logistic Regression fo...

2017-06-02 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18128 **[Test build #77699 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77699/testReport)** for PR 18128 at commit

[GitHub] spark issue #18128: [SPARK-20906][SparkR]:Constrained Logistic Regression fo...

2017-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18128 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/77699/ Test FAILed. ---

[GitHub] spark pull request #18191: [SPARK-20974][BUILD] we should run REPL tests if ...

2017-06-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/18191 --- 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 issue #18191: [SPARK-20974][BUILD] we should run REPL tests if SQL mod...

2017-06-02 Thread cloud-fan
Github user cloud-fan commented on the issue: https://github.com/apache/spark/pull/18191 thanks for the review, merging to master/2.2/2.1/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 have

[GitHub] spark pull request #18189: [SPARK-20972][SQL] rename HintInfo.isBroadcastabl...

2017-06-02 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/18189#discussion_r119979514 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/ResolveHints.scala --- @@ -89,7 +89,7 @@ object ResolveHints { case

[GitHub] spark pull request #18189: [SPARK-20972][SQL] rename HintInfo.isBroadcastabl...

2017-06-02 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/18189#discussion_r119979502 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/ResolveHints.scala --- @@ -89,7 +89,7 @@ object ResolveHints {

[GitHub] spark issue #18183: [SPARK-20961][SQL] generalize the dictionary in ColumnVe...

2017-06-02 Thread gatorsmile
Github user gatorsmile commented on the issue: https://github.com/apache/spark/pull/18183 LGTM except a minor comment --- 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

[GitHub] spark pull request #18183: [SPARK-20961][SQL] generalize the dictionary in C...

2017-06-02 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18183#discussion_r119979500 --- Diff: sql/core/src/main/java/org/apache/spark/sql/execution/vectorized/Dictionary.java --- @@ -0,0 +1,35 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request #18189: [SPARK-20972][SQL] rename HintInfo.isBroadcastabl...

2017-06-02 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/18189#discussion_r119979389 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/hints.scala --- @@ -51,19 +51,16 @@ case class ResolvedHint(child:

[GitHub] spark pull request #18189: [SPARK-20972][SQL] rename HintInfo.isBroadcastabl...

2017-06-02 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/18189#discussion_r119979349 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/ResolveHints.scala --- @@ -89,7 +89,7 @@ object ResolveHints { case

[GitHub] spark issue #18128: [SPARK-20906][SparkR]:Constrained Logistic Regression fo...

2017-06-02 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18128 **[Test build #77699 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77699/testReport)** for PR 18128 at commit

[GitHub] spark pull request #18128: [SPARK-20906][SparkR]:Constrained Logistic Regres...

2017-06-02 Thread wangmiao1981
Github user wangmiao1981 commented on a diff in the pull request: https://github.com/apache/spark/pull/18128#discussion_r119978881 --- Diff: R/pkg/R/mllib_classification.R --- @@ -239,21 +253,64 @@ function(object, path, overwrite = FALSE) { setMethod("spark.logit",

[GitHub] spark pull request #18128: [SPARK-20906][SparkR]:Constrained Logistic Regres...

2017-06-02 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/18128#discussion_r119978607 --- Diff: R/pkg/R/mllib_classification.R --- @@ -239,21 +253,64 @@ function(object, path, overwrite = FALSE) { setMethod("spark.logit",

[GitHub] spark pull request #18128: [SPARK-20906][SparkR]:Constrained Logistic Regres...

2017-06-02 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/18128#discussion_r119978589 --- Diff: R/pkg/R/mllib_classification.R --- @@ -239,21 +253,64 @@ function(object, path, overwrite = FALSE) { setMethod("spark.logit",

[GitHub] spark pull request #18128: [SPARK-20906][SparkR]:Constrained Logistic Regres...

2017-06-02 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/18128#discussion_r119978644 --- Diff: R/pkg/R/mllib_classification.R --- @@ -239,21 +253,64 @@ function(object, path, overwrite = FALSE) { setMethod("spark.logit",

[GitHub] spark issue #18159: [SPARK-20703][SQL] Associate metrics with data writes on...

2017-06-02 Thread viirya
Github user viirya commented on the issue: https://github.com/apache/spark/pull/18159 cc @cloud-fan @rxin @hvanhovell This is ready for review now. Please take a look when you have time. Thanks. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] spark issue #18159: [SPARK-20703][SQL][WIP] Associate metrics with data writ...

2017-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18159 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 project does not have this feature

[GitHub] spark issue #18159: [SPARK-20703][SQL][WIP] Associate metrics with data writ...

2017-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18159 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/77698/ Test PASSed. ---

[GitHub] spark issue #18159: [SPARK-20703][SQL][WIP] Associate metrics with data writ...

2017-06-02 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18159 **[Test build #77698 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77698/testReport)** for PR 18159 at commit

[GitHub] spark pull request #18189: [SPARK-20972][SQL] rename HintInfo.isBroadcastabl...

2017-06-02 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18189#discussion_r119977859 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/ResolveHints.scala --- @@ -89,7 +89,7 @@ object ResolveHints {

[GitHub] spark issue #17953: [SPARK-20680][SQL] Spark-sql do not support for void col...

2017-06-02 Thread LantaoJin
Github user LantaoJin commented on the issue: https://github.com/apache/spark/pull/17953 Thanks @gatorsmile , I took a vacation last week. Will update it ASAP. --- 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 issue #18159: [SPARK-20703][SQL][WIP] Associate metrics with data writ...

2017-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18159 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 project does not have this feature

[GitHub] spark issue #18159: [SPARK-20703][SQL][WIP] Associate metrics with data writ...

2017-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18159 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/77697/ Test PASSed. ---

[GitHub] spark issue #18159: [SPARK-20703][SQL][WIP] Associate metrics with data writ...

2017-06-02 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18159 **[Test build #77697 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77697/testReport)** for PR 18159 at commit

[GitHub] spark issue #18191: [SPARK-20974][BUILD] we should run REPL tests if SQL mod...

2017-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18191 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/77694/ Test PASSed. ---

[GitHub] spark issue #18191: [SPARK-20974][BUILD] we should run REPL tests if SQL mod...

2017-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18191 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 project does not have this feature

[GitHub] spark issue #18191: [SPARK-20974][BUILD] we should run REPL tests if SQL mod...

2017-06-02 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18191 **[Test build #77694 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77694/testReport)** for PR 18191 at commit

[GitHub] spark issue #18118: SPARK-20199 : Provided featureSubsetStrategy to GBTClass...

2017-06-02 Thread pralabhkumar
Github user pralabhkumar commented on the issue: https://github.com/apache/spark/pull/18118 can any one of admins review the pull request --- 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 issue #18186: [SPARK-20966][WEB-UI][SQL]Table data is not sorted by st...

2017-06-02 Thread guoxiaolongzte
Github user guoxiaolongzte commented on the issue: https://github.com/apache/spark/pull/18186 @zsxwing Help to review the code, thanks. --- 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 #18186: [SPARK-20966][WEB-UI][SQL]Table data is not sorte...

2017-06-02 Thread guoxiaolongzte
Github user guoxiaolongzte commented on a diff in the pull request: https://github.com/apache/spark/pull/18186#discussion_r119976233 --- Diff: sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/ui/ThriftServerPage.scala --- @@ -72,7 +72,7 @@ private[ui]

[GitHub] spark issue #18164: [SPARK-19732][SQL][PYSPARK] Add fill functions for nulls...

2017-06-02 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/18164 For me, it looks good. Please let me leave this to @ueshin. --- 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 #18186: [SPARK-20966][WEB-UI][SQL]Table data is not sorte...

2017-06-02 Thread guoxiaolongzte
Github user guoxiaolongzte commented on a diff in the pull request: https://github.com/apache/spark/pull/18186#discussion_r119976101 --- Diff: sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/ui/ThriftServerSessionPage.scala --- @@ -147,42 +147,6 @@

[GitHub] spark pull request #12217: [WIP][SPARK-14408][CORE] Changed RDD.treeAggregat...

2017-06-02 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/12217#discussion_r119975855 --- Diff: core/src/main/scala/org/apache/spark/rdd/RDD.scala --- @@ -1061,7 +1061,7 @@ abstract class RDD[T: ClassTag]( * Aggregates the

[GitHub] spark issue #12217: [WIP][SPARK-14408][CORE] Changed RDD.treeAggregate to us...

2017-06-02 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/12217 Uh wait. It actually pass the tests after updating this with the current master ... and even I fixed this before -

[GitHub] spark issue #18148: [SPARK-20926][SQL] Removing exposures to guava library c...

2017-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18148 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 project does not have this feature

[GitHub] spark issue #18148: [SPARK-20926][SQL] Removing exposures to guava library c...

2017-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18148 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/77696/ Test FAILed. ---

[GitHub] spark issue #18148: [SPARK-20926][SQL] Removing exposures to guava library c...

2017-06-02 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18148 **[Test build #77696 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77696/testReport)** for PR 18148 at commit

[GitHub] spark issue #12217: [WIP][SPARK-14408][CORE] Changed RDD.treeAggregate to us...

2017-06-02 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/12217 The tests in `AFTSurvivalRegressionSuite` was being failed. `treeAggregate` was being called for AFT cost. ``` - aft survival regression: default params 0.0 equaled 0.0

[GitHub] spark issue #18128: [SPARK-20906][SparkR]:Constrained Logistic Regression fo...

2017-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18128 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/77695/ Test PASSed. ---

[GitHub] spark issue #18128: [SPARK-20906][SparkR]:Constrained Logistic Regression fo...

2017-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18128 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 project does not have this feature

[GitHub] spark issue #18128: [SPARK-20906][SparkR]:Constrained Logistic Regression fo...

2017-06-02 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18128 **[Test build #77695 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77695/testReport)** for PR 18128 at commit

[GitHub] spark pull request #18190: [SPARK-17078] [SQL] [FOLLOWUP] Simplify explain c...

2017-06-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/18190 --- 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 issue #18189: [SPARK-20972][SQL] rename HintInfo.isBroadcastable to fo...

2017-06-02 Thread cloud-fan
Github user cloud-fan commented on the issue: https://github.com/apache/spark/pull/18189 cc @bogdanrdc --- 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

[GitHub] spark issue #18190: [SPARK-17078] [SQL] [FOLLOWUP] Simplify explain cost com...

2017-06-02 Thread cloud-fan
Github user cloud-fan commented on the issue: https://github.com/apache/spark/pull/18190 LGTM, 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 feature enabled and

[GitHub] spark issue #18190: [SPARK-17078] [SQL] [FOLLOWUP] Simplify explain cost com...

2017-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18190 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 project does not have this feature

[GitHub] spark issue #18190: [SPARK-17078] [SQL] [FOLLOWUP] Simplify explain cost com...

2017-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18190 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/77690/ Test PASSed. ---

[GitHub] spark issue #18190: [SPARK-17078] [SQL] [FOLLOWUP] Simplify explain cost com...

2017-06-02 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18190 **[Test build #77690 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77690/testReport)** for PR 18190 at commit

[GitHub] spark issue #18159: [SPARK-20703][SQL][WIP] Associate metrics with data writ...

2017-06-02 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18159 **[Test build #77698 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77698/testReport)** for PR 18159 at commit

[GitHub] spark issue #18159: [SPARK-20703][SQL][WIP] Associate metrics with data writ...

2017-06-02 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18159 **[Test build #77697 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77697/testReport)** for PR 18159 at commit

[GitHub] spark issue #18189: [SPARK-20972][SQL] rename HintInfo.isBroadcastable to fo...

2017-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18189 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/77689/ Test PASSed. ---

[GitHub] spark issue #18189: [SPARK-20972][SQL] rename HintInfo.isBroadcastable to fo...

2017-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18189 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 project does not have this feature

[GitHub] spark issue #18189: [SPARK-20972][SQL] rename HintInfo.isBroadcastable to fo...

2017-06-02 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18189 **[Test build #77689 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77689/testReport)** for PR 18189 at commit

[GitHub] spark issue #18148: [SPARK-20926][SQL] Removing exposures to guava library c...

2017-06-02 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18148 **[Test build #77696 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77696/testReport)** for PR 18148 at commit

[GitHub] spark issue #18128: [SPARK-20906][SparkR]:Constrained Logistic Regression fo...

2017-06-02 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18128 **[Test build #77695 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77695/testReport)** for PR 18128 at commit

[GitHub] spark issue #18191: [SPARK-20974][BUILD] we should run REPL tests if SQL mod...

2017-06-02 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18191 **[Test build #77694 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77694/testReport)** for PR 18191 at commit

[GitHub] spark issue #18191: [SPARK-20974][BUILD] we should run REPL tests if SQL mod...

2017-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18191 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 project does not have this feature

[GitHub] spark issue #18191: [SPARK-20974][BUILD] we should run REPL tests if SQL mod...

2017-06-02 Thread JoshRosen
Github user JoshRosen commented on the issue: https://github.com/apache/spark/pull/18191 Oh, that's a legitimate failure: ``` File "./dev/run-tests.py", line 112, in __main__.determine_modules_to_test Failed example: x # doctest: +NORMALIZE_WHITESPACE

[GitHub] spark issue #18191: [SPARK-20974][BUILD] we should run REPL tests if SQL mod...

2017-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18191 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/77693/ Test FAILed. ---

[GitHub] spark issue #18191: [SPARK-20974][BUILD] we should run REPL tests if SQL mod...

2017-06-02 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18191 **[Test build #77693 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77693/testReport)** for PR 18191 at commit

[GitHub] spark issue #18191: [SPARK-20974][BUILD] we should run REPL tests if SQL mod...

2017-06-02 Thread cloud-fan
Github user cloud-fan commented on the issue: https://github.com/apache/spark/pull/18191 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 feature enabled and wishes

[GitHub] spark issue #18191: [SPARK-20974][BUILD] we should run REPL tests if SQL mod...

2017-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18191 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 project does not have this feature

[GitHub] spark issue #18128: [SPARK-20906][SparkR]:Constrained Logistic Regression fo...

2017-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18128 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/77691/ Test FAILed. ---

[GitHub] spark issue #18128: [SPARK-20906][SparkR]:Constrained Logistic Regression fo...

2017-06-02 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18128 **[Test build #77691 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77691/testReport)** for PR 18128 at commit

[GitHub] spark issue #18191: [SPARK-20974][BUILD] we should run REPL tests if SQL mod...

2017-06-02 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18191 **[Test build #77692 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77692/testReport)** for PR 18191 at commit

[GitHub] spark issue #18191: [SPARK-20974][BUILD] we should run REPL tests if SQL mod...

2017-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18191 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/77692/ Test FAILed. ---

[GitHub] spark issue #18128: [SPARK-20906][SparkR]:Constrained Logistic Regression fo...

2017-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18128 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 project does not have this feature

[GitHub] spark issue #18191: [SPARK-20974][BUILD] we should run REPL tests if SQL cor...

2017-06-02 Thread JoshRosen
Github user JoshRosen commented on the issue: https://github.com/apache/spark/pull/18191 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 and wishes so, or if the

[GitHub] spark issue #18191: [SPARK-20974][BUILD] we should run REPL tests if SQL cor...

2017-06-02 Thread cloud-fan
Github user cloud-fan commented on the issue: https://github.com/apache/spark/pull/18191 cc @JoshRosen --- 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

[GitHub] spark pull request #18191: [SPARK-20974][BUILD] we should run REPL tests if ...

2017-06-02 Thread cloud-fan
GitHub user cloud-fan opened a pull request: https://github.com/apache/spark/pull/18191 [SPARK-20974][BUILD] we should run REPL tests if SQL core has code changes ## What changes were proposed in this pull request? REPL module depends on SQL core module, so we should run

[GitHub] spark issue #18128: [SPARK-20906][SparkR]:Constrained Logistic Regression fo...

2017-06-02 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18128 **[Test build #77691 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77691/testReport)** for PR 18128 at commit

[GitHub] spark pull request #18148: [SPARK-20926][SQL] Removing exposures to guava li...

2017-06-02 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/18148#discussion_r119968393 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalog.scala --- @@ -125,14 +126,36 @@ class SessionCatalog(

[GitHub] spark pull request #18148: [SPARK-20926][SQL] Removing exposures to guava li...

2017-06-02 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/18148#discussion_r119968406 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalog.scala --- @@ -125,14 +126,36 @@ class SessionCatalog(

[GitHub] spark issue #17723: [SPARK-20434][YARN][CORE] Move kerberos delegation token...

2017-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/17723 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/77688/ Test FAILed. ---

[GitHub] spark issue #17723: [SPARK-20434][YARN][CORE] Move kerberos delegation token...

2017-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/17723 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 project does not have this feature

[GitHub] spark issue #18162: [SPARK-20923] turn tracking of TaskMetrics._updatedBlock...

2017-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18162 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/77687/ Test FAILed. ---

[GitHub] spark issue #17723: [SPARK-20434][YARN][CORE] Move kerberos delegation token...

2017-06-02 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/17723 **[Test build #77688 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77688/testReport)** for PR 17723 at commit

[GitHub] spark issue #18162: [SPARK-20923] turn tracking of TaskMetrics._updatedBlock...

2017-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18162 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 project does not have this feature

[GitHub] spark issue #18162: [SPARK-20923] turn tracking of TaskMetrics._updatedBlock...

2017-06-02 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18162 **[Test build #77687 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77687/testReport)** for PR 18162 at commit

[GitHub] spark issue #18172: [SPARK-20946][SQL] simplify the config setting logic in ...

2017-06-02 Thread yhuai
Github user yhuai commented on the issue: https://github.com/apache/spark/pull/18172 Reverting this because it breaks repl tests. --- 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 issue #18166: [SPARK-20922][core] Add whitelist of classes that can be...

2017-06-02 Thread zsxwing
Github user zsxwing commented on the issue: https://github.com/apache/spark/pull/18166 Sorry. It's caused by another commit. --- 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 issue #18164: [SPARK-19732][SQL][PYSPARK] Add fill functions for nulls...

2017-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18164 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/77685/ Test PASSed. ---

[GitHub] spark issue #18164: [SPARK-19732][SQL][PYSPARK] Add fill functions for nulls...

2017-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18164 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 project does not have this feature

[GitHub] spark issue #18164: [SPARK-19732][SQL][PYSPARK] Add fill functions for nulls...

2017-06-02 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18164 **[Test build #77685 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77685/testReport)** for PR 18164 at commit

[GitHub] spark issue #18190: [SPARK-17078] [SQL] [FOLLOWUP] Simplify explain cost com...

2017-06-02 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18190 **[Test build #77690 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77690/testReport)** for PR 18190 at commit

[GitHub] spark issue #18190: [SPARK-17078] [SQL] [FOLLOWUP] Simplify explain cost com...

2017-06-02 Thread wzhfy
Github user wzhfy commented on the issue: https://github.com/apache/spark/pull/18190 cc @cloud-fan --- 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

[GitHub] spark pull request #18190: [SPARK-17078] [SQL] [FOLLOWUP] Simplify explain c...

2017-06-02 Thread wzhfy
GitHub user wzhfy opened a pull request: https://github.com/apache/spark/pull/18190 [SPARK-17078] [SQL] [FOLLOWUP] Simplify explain cost command ## What changes were proposed in this pull request? Since cost/stats is only showed in optimized plan, it is more direct and

[GitHub] spark pull request #18142: [SPARK-20918] [SQL] Use FunctionIdentifier as fun...

2017-06-02 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/18142#discussion_r119959672 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/UDFRegistration.scala --- @@ -61,7 +61,7 @@ class UDFRegistration private[sql] (functionRegistry:

[GitHub] spark pull request #18142: [SPARK-20918] [SQL] Use FunctionIdentifier as fun...

2017-06-02 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/18142#discussion_r119959388 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/FunctionRegistry.scala --- @@ -72,39 +89,53 @@ trait FunctionRegistry {

[GitHub] spark pull request #18142: [SPARK-20918] [SQL] Use FunctionIdentifier as fun...

2017-06-02 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/18142#discussion_r119959289 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/FunctionRegistry.scala --- @@ -72,39 +95,53 @@ trait FunctionRegistry {

[GitHub] spark issue #18189: [SPARK-20972][SQL] rename HintInfo.isBroadcastable to fo...

2017-06-02 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18189 **[Test build #77689 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77689/testReport)** for PR 18189 at commit

[GitHub] spark issue #18189: [SPARK-20972][SQL] rename HintInfo.isBroadcastable to fo...

2017-06-02 Thread cloud-fan
Github user cloud-fan commented on the issue: https://github.com/apache/spark/pull/18189 cc @rxin @gatorsmile --- 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

[GitHub] spark pull request #18189: [SPARK-20972][SQL] rename HintInfo.isBroadcastabl...

2017-06-02 Thread cloud-fan
GitHub user cloud-fan opened a pull request: https://github.com/apache/spark/pull/18189 [SPARK-20972][SQL] rename HintInfo.isBroadcastable to forceBroadcast ## What changes were proposed in this pull request? `HintInfo.isBroadcastable` is actually not an accurate name, it's

[GitHub] spark issue #18162: [SPARK-20923] turn tracking of TaskMetrics._updatedBlock...

2017-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18162 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/77684/ Test FAILed. ---

[GitHub] spark issue #18162: [SPARK-20923] turn tracking of TaskMetrics._updatedBlock...

2017-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18162 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 project does not have this feature

[GitHub] spark issue #18162: [SPARK-20923] turn tracking of TaskMetrics._updatedBlock...

2017-06-02 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/18162 **[Test build #77684 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77684/testReport)** for PR 18162 at commit

[GitHub] spark issue #18166: [SPARK-20922][core] Add whitelist of classes that can be...

2017-06-02 Thread vanzin
Github user vanzin commented on the issue: https://github.com/apache/spark/pull/18166 Are you sure that's related? REPL tests don't really use the code touched here at all (they instantiate a `SparkILoop` in process). --- If your project is set up for it, you can reply to this email

[GitHub] spark issue #18166: [SPARK-20922][core] Add whitelist of classes that can be...

2017-06-02 Thread zsxwing
Github user zsxwing commented on the issue: https://github.com/apache/spark/pull/18166 @vanzin Some REPL tests start to fail after this patch, such as https://spark-tests.appspot.com/builds/spark-master-test-sbt-hadoop-2.6/3045 could you take a look? --- If your project is

  1   2   3   4   >