[GitHub] spark issue #17711: [SPARK-19951][SQL] Add string concatenate operator || to...

2017-04-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/17711 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 #17711: [SPARK-19951][SQL] Add string concatenate operator || to...

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

[GitHub] spark pull request #17712: [SPARK-20416][SQL] Print UDF names in EXPLAIN

2017-04-21 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/17712#discussion_r112622098 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/expressions/UserDefinedFunction.scala --- @@ -47,12 +47,20 @@ case class UserDefinedFunction

[GitHub] spark issue #17711: [SPARK-19951][SQL] Add string concatenate operator || to...

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

[GitHub] spark issue #17688: [MINOR][DOCS][PYTHON] Adding missing boolean type for re...

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

[GitHub] spark pull request #17712: [SPARK-20416][SQL] Print UDF names in EXPLAIN

2017-04-21 Thread maropu
Github user maropu commented on a diff in the pull request: https://github.com/apache/spark/pull/17712#discussion_r112627226 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/expressions/UserDefinedFunction.scala --- @@ -47,12 +47,20 @@ case class UserDefinedFunction

[GitHub] spark issue #17688: [MINOR][DOCS][PYTHON] Adding missing boolean type for re...

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

[GitHub] spark issue #17709: Small rewording about history server use case

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

[GitHub] spark issue #17706: [SPARK-20423][ML] fix MLOR coeffs centering when reg == ...

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

[GitHub] spark issue #17649: [SPARK-20380][SQL] Output table comment for DESC FORMATT...

2017-04-21 Thread wzhfy
Github user wzhfy commented on the issue: https://github.com/apache/spark/pull/17649 @gatorsmile Should we care about case sensitivity of comment? Hive allows both "comment" and "Comment" in table parameters, while we are extracting comment as a field of `CatalogTable`. --- If your

[GitHub] spark pull request #17696: [SPARK-20401][DOC]In the spark official configura...

2017-04-21 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/17696#discussion_r112633568 --- Diff: docs/configuration.md --- @@ -213,6 +213,15 @@ of the most common options to set are: and typically can have up to 50 characters.

[GitHub] spark pull request #17696: [SPARK-20401][DOC]In the spark official configura...

2017-04-21 Thread guoxiaolongzte
Github user guoxiaolongzte commented on a diff in the pull request: https://github.com/apache/spark/pull/17696#discussion_r112636940 --- Diff: docs/configuration.md --- @@ -213,6 +213,15 @@ of the most common options to set are: and typically can have up to 50 characters.

[GitHub] spark pull request #17712: [SPARK-20416][SQL] Print UDF names in EXPLAIN

2017-04-21 Thread maropu
Github user maropu commented on a diff in the pull request: https://github.com/apache/spark/pull/17712#discussion_r112638782 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/expressions/UserDefinedFunction.scala --- @@ -47,12 +47,20 @@ case class UserDefinedFunction

[GitHub] spark issue #17706: [SPARK-20423][ML] fix MLOR coeffs centering when reg == ...

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

[GitHub] spark issue #17706: [SPARK-20423][ML] fix MLOR coeffs centering when reg == ...

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

[GitHub] spark issue #17706: [SPARK-20423][ML] fix MLOR coeffs centering when reg == ...

2017-04-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/17706 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 pull request #17715: Spark 20047

2017-04-21 Thread yanboliang
GitHub user yanboliang opened a pull request: https://github.com/apache/spark/pull/17715 Spark 20047 ## What changes were proposed in this pull request? MLlib ```LogisticRegression``` should support bound constrained optimization. Users can add bound constraints to coefficients

[GitHub] spark issue #17711: [SPARK-19951][SQL] Add string concatenate operator || to...

2017-04-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/17711 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 #17711: [SPARK-19951][SQL] Add string concatenate operator || to...

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

[GitHub] spark pull request #17712: [SPARK-20416][SQL] Print UDF names in EXPLAIN

2017-04-21 Thread ueshin
Github user ueshin commented on a diff in the pull request: https://github.com/apache/spark/pull/17712#discussion_r112646366 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/expressions/UserDefinedFunction.scala --- @@ -47,12 +47,20 @@ case class UserDefinedFunction

[GitHub] spark issue #17707: [SPARK-20412] Throw ParseException from visitNonOptional...

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

[GitHub] spark issue #17711: [SPARK-19951][SQL] Add string concatenate operator || to...

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

[GitHub] spark pull request #17649: [SPARK-20380][SQL] Output table comment for DESC ...

2017-04-21 Thread wzhfy
Github user wzhfy commented on a diff in the pull request: https://github.com/apache/spark/pull/17649#discussion_r112634259 --- Diff: sql/core/src/test/resources/sql-tests/inputs/describe-table-after-alter-table.sql --- @@ -0,0 +1,29 @@ +CREATE TABLE table_with_comment (a

[GitHub] spark pull request #17712: [SPARK-20416][SQL] Print UDF names in EXPLAIN

2017-04-21 Thread jaceklaskowski
Github user jaceklaskowski commented on a diff in the pull request: https://github.com/apache/spark/pull/17712#discussion_r112634044 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/expressions/UserDefinedFunction.scala --- @@ -47,12 +47,20 @@ case class UserDefinedFunction

[GitHub] spark pull request #17712: [SPARK-20416][SQL] Print UDF names in EXPLAIN

2017-04-21 Thread jaceklaskowski
Github user jaceklaskowski commented on a diff in the pull request: https://github.com/apache/spark/pull/17712#discussion_r112634273 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/UDFSuite.scala --- @@ -256,10 +256,12 @@ class UDFSuite extends QueryTest with

[GitHub] spark issue #17694: [SPARK-12717][PYSPARK] Resolving race condition with pys...

2017-04-21 Thread maver1ck
Github user maver1ck commented on the issue: https://github.com/apache/spark/pull/17694 I checked pyspark.zip of running container and everything is on its place. So I assume that there is more that one race condition in this code. I'll try to prepare example of the

[GitHub] spark issue #17712: [SPARK-20416][SQL] Print UDF names in EXPLAIN

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

[GitHub] spark pull request #17713: [SPARK-20417][SQL] Move subquery error handling t...

2017-04-21 Thread dilipbiswal
GitHub user dilipbiswal opened a pull request: https://github.com/apache/spark/pull/17713 [SPARK-20417][SQL] Move subquery error handling to checkAnalysis from Analyzer ## What changes were proposed in this pull request? Currently we do a lot of validations for subquery in the

[GitHub] spark issue #17087: [SPARK-19372][SQL] Fix throwing a Java exception at df.f...

2017-04-21 Thread kiszk
Github user kiszk commented on the issue: https://github.com/apache/spark/pull/17087 @marmbrus could you please take a look? --- 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 #17712: [SPARK-20416][SQL] Print UDF names in EXPLAIN

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

[GitHub] spark issue #17712: [SPARK-20416][SQL] Print UDF names in EXPLAIN

2017-04-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/17712 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 pull request #17712: [SPARK-20416][SQL] Print UDF names in EXPLAIN

2017-04-21 Thread maropu
Github user maropu commented on a diff in the pull request: https://github.com/apache/spark/pull/17712#discussion_r112643902 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/expressions/UserDefinedFunction.scala --- @@ -47,12 +47,20 @@ case class UserDefinedFunction

[GitHub] spark issue #17684: [SPARK-20341][SQL] Support BigInt's value that does not ...

2017-04-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/17684 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 #17684: [SPARK-20341][SQL] Support BigInt's value that does not ...

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

[GitHub] spark pull request #17712: [SPARK-20416][SQL] Print UDF names in EXPLAIN

2017-04-21 Thread maropu
Github user maropu commented on a diff in the pull request: https://github.com/apache/spark/pull/17712#discussion_r112648834 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/expressions/UserDefinedFunction.scala --- @@ -47,12 +47,20 @@ case class UserDefinedFunction

[GitHub] spark pull request #17711: [SPARK-19951][SQL] Add string concatenate operato...

2017-04-21 Thread maropu
Github user maropu commented on a diff in the pull request: https://github.com/apache/spark/pull/17711#discussion_r112649684 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/SparkSqlParser.scala --- @@ -1483,4 +1483,16 @@ class SparkSqlAstBuilder(conf: SQLConf)

[GitHub] spark issue #17683: [SPARK-20386][Spark Core]modify the log info if the bloc...

2017-04-21 Thread srowen
Github user srowen commented on the issue: https://github.com/apache/spark/pull/17683 @eatoncys I think you have lines that are too long --- 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 #17698: [SPARK-20403][SQL][Documentation]Modify the instructions...

2017-04-21 Thread 10110346
Github user 10110346 commented on the issue: https://github.com/apache/spark/pull/17698 Jenkins, test 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

[GitHub] spark pull request #17649: [SPARK-20380][SQL] Output table comment for DESC ...

2017-04-21 Thread wzhfy
Github user wzhfy commented on a diff in the pull request: https://github.com/apache/spark/pull/17649#discussion_r112635039 --- Diff: sql/core/src/test/resources/sql-tests/inputs/describe-table-after-alter-table.sql --- @@ -0,0 +1,29 @@ +CREATE TABLE table_with_comment (a

[GitHub] spark pull request #17623: [SPARK-20292][SQL] Clean up string representation...

2017-04-21 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/17623#discussion_r112636638 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/trees/TreeNode.scala --- @@ -422,40 +422,62 @@ abstract class TreeNode[BaseType <:

[GitHub] spark issue #17712: [SPARK-20416][SQL] Print UDF names in EXPLAIN

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

[GitHub] spark issue #17712: [SPARK-20416][SQL] Print UDF names in EXPLAIN

2017-04-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/17712 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 #17712: [SPARK-20416][SQL] Print UDF names in EXPLAIN

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

[GitHub] spark issue #17712: [SPARK-20416][SQL] Print UDF names in EXPLAIN

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

[GitHub] spark issue #17712: [SPARK-20416][SQL] Print UDF names in EXPLAIN

2017-04-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/17712 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 #17712: [SPARK-20416][SQL] Print UDF names in EXPLAIN

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

[GitHub] spark issue #17712: [SPARK-20416][SQL] Print UDF names in EXPLAIN

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

[GitHub] spark issue #17683: [SPARK-20386][Spark Core]modify the log info if the bloc...

2017-04-21 Thread eatoncys
Github user eatoncys commented on the issue: https://github.com/apache/spark/pull/17683 @srowen Yes, i have two lines more than 100 words, i have modified it, thank you --- 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 issue #17623: [SPARK-20292][SQL] Clean up string representation of Tre...

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

[GitHub] spark pull request #17696: [SPARK-20401][DOC]In the spark official configura...

2017-04-21 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/17696#discussion_r112632522 --- Diff: docs/configuration.md --- @@ -213,6 +213,15 @@ of the most common options to set are: and typically can have up to 50 characters.

[GitHub] spark issue #17683: [SPARK-20386][Spark Core]modify the log info if the bloc...

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

[GitHub] spark pull request #17712: [SPARK-20416][SQL] Print UDF names in EXPLAIN

2017-04-21 Thread jaceklaskowski
Github user jaceklaskowski commented on a diff in the pull request: https://github.com/apache/spark/pull/17712#discussion_r112634952 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/UDFSuite.scala --- @@ -256,10 +256,12 @@ class UDFSuite extends QueryTest with

[GitHub] spark issue #14638: [SPARK-11374][SQL] Support `skip.header.line.count` opti...

2017-04-21 Thread sadhen
Github user sadhen commented on the issue: https://github.com/apache/spark/pull/14638 Since this pr won't be accepted. My solution is: ``` sql # create table using spark-csv CREATE TABLE tmp.cars USING com.databricks.spark.csv OPTIONS (path "/tmp/cars.csv", header

[GitHub] spark issue #17713: [SPARK-20417][SQL] Move subquery error handling to check...

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

[GitHub] spark issue #17712: [SPARK-20416][SQL] Print UDF names in EXPLAIN

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

[GitHub] spark pull request #17712: [SPARK-20416][SQL] Print UDF names in EXPLAIN

2017-04-21 Thread maropu
Github user maropu commented on a diff in the pull request: https://github.com/apache/spark/pull/17712#discussion_r112638493 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/expressions/UserDefinedFunction.scala --- @@ -47,12 +47,20 @@ case class UserDefinedFunction

[GitHub] spark issue #17712: [SPARK-20416][SQL] Print UDF names in EXPLAIN

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

[GitHub] spark issue #17696: [SPARK-20401][DOC]In the spark official configuration do...

2017-04-21 Thread guoxiaolongzte
Github user guoxiaolongzte commented on the issue: https://github.com/apache/spark/pull/17696 @HyukjinKwon I will try to improve my ability to translate, sorry. --- 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 #17714: [SPARK-20428][Core]REST interface about 'v1/submissions/...

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

[GitHub] spark pull request #17714: [SPARK-20428][Core]REST interface about 'v1/submi...

2017-04-21 Thread guoxiaolongzte
GitHub user guoxiaolongzte opened a pull request: https://github.com/apache/spark/pull/17714 [SPARK-20428][Core]REST interface about 'v1/submissions/ kill/', currently only supports delete a single ‘driver’, now let spark support delete some ‘drivers’ ## What changes were

[GitHub] spark issue #17712: [SPARK-20416][SQL] Print UDF names in EXPLAIN

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

[GitHub] spark issue #17715: Spark 20047

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

[GitHub] spark issue #17711: [SPARK-19951][SQL] Add string concatenate operator || to...

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

[GitHub] spark issue #17684: [SPARK-20341][SQL] Support BigInt's value that does not ...

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

[GitHub] spark pull request #17683: [SPARK-20386][Spark Core]modify the log info if t...

2017-04-21 Thread eatoncys
Github user eatoncys commented on a diff in the pull request: https://github.com/apache/spark/pull/17683#discussion_r112652466 --- Diff: core/src/main/scala/org/apache/spark/storage/BlockManagerMasterEndpoint.scala --- @@ -497,11 +497,18 @@ private[spark] class BlockManagerInfo(

[GitHub] spark pull request #17711: [SPARK-19951][SQL] Add string concatenate operato...

2017-04-21 Thread maropu
Github user maropu commented on a diff in the pull request: https://github.com/apache/spark/pull/17711#discussion_r112652461 --- Diff: sql/catalyst/src/main/antlr4/org/apache/spark/sql/catalyst/parser/SqlBase.g4 --- @@ -547,6 +547,10 @@ valueExpression |

[GitHub] spark issue #17596: [SPARK-12837][CORE] Do not send the accumulator name to ...

2017-04-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/17596 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 #17596: [SPARK-12837][CORE] Do not send the accumulator name to ...

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

[GitHub] spark issue #17596: [SPARK-12837][CORE] Do not send the accumulator name to ...

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

[GitHub] spark issue #17706: [SPARK-20423][ML] fix MLOR coeffs centering when reg == ...

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

[GitHub] spark issue #15078: [SPARK-17523] Support to generate build info file when b...

2017-04-21 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/15078 @guoxiaolongzte, Let's ask a question to mailing list. Up to my knowledge, we should build first before running tests properly and maybe the errors are related with it. --- If your project is

[GitHub] spark issue #17684: [SPARK-20341][SQL] Support BigInt's value that does not ...

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

[GitHub] spark issue #17711: [SPARK-19951][SQL] Add string concatenate operator || to...

2017-04-21 Thread maropu
Github user maropu commented on the issue: https://github.com/apache/spark/pull/17711 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 have this feature enabled and

[GitHub] spark issue #14638: [SPARK-11374][SQL] Support `skip.header.line.count` opti...

2017-04-21 Thread sadhen
Github user sadhen commented on the issue: https://github.com/apache/spark/pull/14638 Also a useful feature for me. --- 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 #17696: [SPARK-20401][DOC]In the spark official configura...

2017-04-21 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/17696#discussion_r112629752 --- Diff: docs/configuration.md --- @@ -213,6 +213,15 @@ of the most common options to set are: and typically can have up to 50 characters.

[GitHub] spark issue #15078: [SPARK-17523] Support to generate build info file when b...

2017-04-21 Thread guoxiaolongzte
Github user guoxiaolongzte commented on the issue: https://github.com/apache/spark/pull/15078 **In Linux** mvn -Dtest=none -DwildcardSuites=org.apache.spark.deploy.rest.StandaloneRestSubmitSuite test I want to know why?thank you!@HyukjinKwon **Report errors:**

[GitHub] spark issue #17706: [SPARK-20423][ML] fix MLOR coeffs centering when reg == ...

2017-04-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/17706 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 #17711: [SPARK-19951][SQL] Add string concatenate operator || to...

2017-04-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/17711 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 #17711: [SPARK-19951][SQL] Add string concatenate operator || to...

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

[GitHub] spark issue #17706: [SPARK-20423][ML] fix MLOR coeffs centering when reg == ...

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

[GitHub] spark issue #17700: [SPARK-20391][Core] Rename memory related fields in Exec...

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

[GitHub] spark issue #17710: [SPARK-20420][SQL] Add events to the external catalog

2017-04-21 Thread rxin
Github user rxin commented on the issue: https://github.com/apache/spark/pull/17710 Merging in master/branch-2.2. --- 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 #17700: [SPARK-20391][Core] Rename memory related fields in Exec...

2017-04-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/17700 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 #17711: [SPARK-19951][SQL] Add string concatenate operator || to...

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

[GitHub] spark pull request #17709: Small rewording about history server use case

2017-04-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17709 --- 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 #17696: [SPARK-20401][DOC]In the spark official configuration do...

2017-04-21 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/17696 @guoxiaolongzte, I just tested the backquotes on Windows 7 with Chrome as below: ![2017-04-21 4 22

[GitHub] spark pull request #17540: [SPARK-20213][SQL][UI] Fix DataFrameWriter operat...

2017-04-21 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/17540#discussion_r112615142 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/ui/SQLListener.scala --- @@ -353,11 +353,19 @@ class SQLListener(conf: SparkConf)

[GitHub] spark pull request #17684: [SPARK-20341][SQL] Support BigInt's value that do...

2017-04-21 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/17684#discussion_r112620153 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/types/Decimal.scala --- @@ -132,14 +132,22 @@ final class Decimal extends Ordered[Decimal]

[GitHub] spark issue #17684: [SPARK-20341][SQL] Support BigInt's value that does not ...

2017-04-21 Thread gatorsmile
Github user gatorsmile commented on the issue: https://github.com/apache/spark/pull/17684 LGTM except one comment. 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

[GitHub] spark pull request #17684: [SPARK-20341][SQL] Support BigInt's value that do...

2017-04-21 Thread kiszk
Github user kiszk commented on a diff in the pull request: https://github.com/apache/spark/pull/17684#discussion_r112623415 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/types/Decimal.scala --- @@ -132,14 +132,22 @@ final class Decimal extends Ordered[Decimal] with

[GitHub] spark issue #17709: Small rewording about history server use case

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

[GitHub] spark pull request #17711: [SPARK-19951][SQL] Add string concatenate operato...

2017-04-21 Thread hvanhovell
Github user hvanhovell commented on a diff in the pull request: https://github.com/apache/spark/pull/17711#discussion_r112628499 --- Diff: sql/catalyst/src/main/antlr4/org/apache/spark/sql/catalyst/parser/SqlBase.g4 --- @@ -547,6 +547,10 @@ valueExpression |

[GitHub] spark issue #17681: [SPARK-20383][SQL] Supporting Create [temporary] Functio...

2017-04-21 Thread ouyangxiaochen
Github user ouyangxiaochen commented on the issue: https://github.com/apache/spark/pull/17681 OK. After that, leave me a message, i will work on this. 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

[GitHub] spark pull request #17467: [SPARK-20140][DStream] Remove hardcoded kinesis r...

2017-04-21 Thread yssharma
Github user yssharma commented on a diff in the pull request: https://github.com/apache/spark/pull/17467#discussion_r112614624 --- Diff: external/kinesis-asl/src/main/scala/org/apache/spark/streaming/kinesis/KinesisBackedBlockRDD.scala --- @@ -83,7 +83,8 @@ class

[GitHub] spark issue #17682: [SPARK-20385][WEB-UI]'Submitted Time' field, the date fo...

2017-04-21 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/17682 @guoxiaolongzte, I just tested the backquotes on Windows with Chrome as below: ![2017-04-21 4 22

[GitHub] spark pull request #17711: [SPARK-19951][SQL] Add string concatenate operato...

2017-04-21 Thread hvanhovell
Github user hvanhovell commented on a diff in the pull request: https://github.com/apache/spark/pull/17711#discussion_r112627257 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/SparkSqlParser.scala --- @@ -1483,4 +1483,16 @@ class SparkSqlAstBuilder(conf: SQLConf)

[GitHub] spark issue #17709: Small rewording about history server use case

2017-04-21 Thread srowen
Github user srowen commented on the issue: https://github.com/apache/spark/pull/17709 Merged to master/2.2/2.1 --- 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 #17623: [SPARK-20292][SQL] Clean up string representation of Tre...

2017-04-21 Thread viirya
Github user viirya commented on the issue: https://github.com/apache/spark/pull/17623 @ericl I've added the unit test. Please take a look if you can. 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

[GitHub] spark issue #17683: [SPARK-20386][Spark Core]modify the log info if the bloc...

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

[GitHub] spark pull request #17683: [SPARK-20386][Spark Core]modify the log info if t...

2017-04-21 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/17683#discussion_r112631811 --- Diff: core/src/main/scala/org/apache/spark/storage/BlockManagerMasterEndpoint.scala --- @@ -497,11 +497,18 @@ private[spark] class BlockManagerInfo(

  1   2   3   4   >