[GitHub] spark pull request: [SPARK-8138] [SQL] Improves error message when...

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6610#issuecomment-114753289 Merged build triggered. --- 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 h

[GitHub] spark pull request: [SPARK-8138] [SQL] Improves error message when...

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6610#issuecomment-114753332 Merged build started. --- 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-8578] [SQL] Should ignore user defined ...

2015-06-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6964#issuecomment-114753755 [Test build #35639 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35639/console) for PR 6964 at commit [`43544c4`](https://github.

[GitHub] spark pull request: [SPARK-5768] [Web UI] Fix for incorrect memory...

2015-06-24 Thread sarutak
Github user sarutak commented on a diff in the pull request: https://github.com/apache/spark/pull/6972#discussion_r33121890 --- Diff: core/src/main/scala/org/apache/spark/ui/ToolTips.scala --- @@ -35,6 +35,9 @@ private[spark] object ToolTips { val OUTPUT = "Bytes and re

[GitHub] spark pull request: [SPARK-8578] [SQL] Should ignore user defined ...

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6964#issuecomment-114753817 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

[GitHub] spark pull request: [SPARK-8138] [SQL] Improves error message when...

2015-06-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6610#issuecomment-114754224 [Test build #35656 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35656/consoleFull) for PR 6610 at commit [`7d05f2c`](https://gith

[GitHub] spark pull request: [SQL][DOCS] Removed wrong example

2015-06-24 Thread sarutak
GitHub user sarutak opened a pull request: https://github.com/apache/spark/pull/6977 [SQL][DOCS] Removed wrong example In DataFrame.scala, there are examples like as follows. ``` * // The following are equivalent: * peopleDf.filter($"age" > 15) * peopleDf.wher

[GitHub] spark pull request: [SPARK-8567] [SQL] [DO NOT MERGE] Debugging fl...

2015-06-24 Thread liancheng
GitHub user liancheng opened a pull request: https://github.com/apache/spark/pull/6978 [SPARK-8567] [SQL] [DO NOT MERGE] Debugging flaky HiveSparkSubmitSuite Using similar approach used in `HiveThriftServer2Suite` to print stdout/stderr of the spawned process instead of logging them

[GitHub] spark pull request: [SPARK-8567] [SQL] [DO NOT MERGE] Debugging fl...

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6978#issuecomment-114758176 Merged build triggered. --- 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 h

[GitHub] spark pull request: [SQL][DOCS] Removed wrong example

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6977#issuecomment-114758236 Merged build started. --- 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: [SQL][DOCS] Removed wrong example

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6977#issuecomment-114758193 Merged build triggered. --- 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 h

[GitHub] spark pull request: [SPARK-8567] [SQL] [DO NOT MERGE] Debugging fl...

2015-06-24 Thread liancheng
Github user liancheng commented on the pull request: https://github.com/apache/spark/pull/6978#issuecomment-114758469 @yhuai Somehow I can partly reproduce this issue locally: no log in unit-tests.log, but didn't observed the timeout. After resorting to `println` rather than `logInfo`

[GitHub] spark pull request: [SPARK-8567] [SQL] [DO NOT MERGE] Debugging fl...

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6978#issuecomment-114758238 Merged build started. --- 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-8567] [SQL] [DO NOT MERGE] Debugging fl...

2015-06-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6978#issuecomment-114758737 [Test build #35657 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35657/consoleFull) for PR 6978 at commit [`b031647`](https://gith

[GitHub] spark pull request: [SQL][DOCS] Removed wrong example

2015-06-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6977#issuecomment-114758699 [Test build #35658 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35658/consoleFull) for PR 6977 at commit [`46efbd7`](https://gith

[GitHub] spark pull request: [SPARK-7862] [SQL] Disable the error message r...

2015-06-24 Thread chenghao-intel
Github user chenghao-intel commented on the pull request: https://github.com/apache/spark/pull/6882#issuecomment-114759084 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 t

[GitHub] spark pull request: [SPARK-8567] [SQL] [WIP] HiveSparkSubmitSuite ...

2015-06-24 Thread liancheng
Github user liancheng commented on the pull request: https://github.com/apache/spark/pull/6957#issuecomment-114759098 Partly reproduced this issue on my laptop. Trying my luck with #6978 by printing rather than logging stdout/stderr of the spawned process. --- If your project is set

[GitHub] spark pull request: [SPARK-7862] [SQL] Disable the error message r...

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6882#issuecomment-114760725 Merged build triggered. --- 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 h

[GitHub] spark pull request: [SPARK-7862] [SQL] Disable the error message r...

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6882#issuecomment-114760775 Merged build started. --- 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-8578] [SQL] Should ignore user defined ...

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6966#issuecomment-114762002 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

[GitHub] spark pull request: [SPARK-7862] [SQL] Disable the error message r...

2015-06-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6882#issuecomment-114761993 [Test build #35659 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35659/consoleFull) for PR 6882 at commit [`ed8f875`](https://gith

[GitHub] spark pull request: [SPARK-8578] [SQL] Should ignore user defined ...

2015-06-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6966#issuecomment-114761958 [Test build #35638 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35638/consoleFull) for PR 6966 at commit [`9c3947b`](https://git

[GitHub] spark pull request: [SPARK-8279][SQL]Add math function round

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6938#issuecomment-114762209 Merged build triggered. --- 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 h

[GitHub] spark pull request: [SPARK-8279][SQL]Add math function round

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6938#issuecomment-114762229 Merged build started. --- 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-8279][SQL]Add math function round

2015-06-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6938#issuecomment-114762284 [Test build #35660 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35660/consoleFull) for PR 6938 at commit [`c14f64d`](https://gith

[GitHub] spark pull request: [SPARK-8567] [SQL] [DO NOT MERGE] Debugging fl...

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6978#issuecomment-114762325 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

[GitHub] spark pull request: [SPARK-8567] [SQL] [DO NOT MERGE] Debugging fl...

2015-06-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6978#issuecomment-114762307 [Test build #35657 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35657/console) for PR 6978 at commit [`b031647`](https://github.

[GitHub] spark pull request: [SPARK-8587][PySpark] KMeansModel predict retu...

2015-06-24 Thread samos123
GitHub user samos123 opened a pull request: https://github.com/apache/spark/pull/6979 [SPARK-8587][PySpark] KMeansModel predict return distance Many use cases also require to know the distance to the closest cluster. This commit adds a parameter to return the distance by defa

[GitHub] spark pull request: [SPARK-8587][PySpark] KMeansModel predict retu...

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6979#issuecomment-114763032 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 pr

[GitHub] spark pull request: [SPARK-8567] [SQL] [DO NOT MERGE] Debugging fl...

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6978#issuecomment-114763097 Merged build started. --- 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-8567] [SQL] [DO NOT MERGE] Debugging fl...

2015-06-24 Thread liancheng
Github user liancheng commented on the pull request: https://github.com/apache/spark/pull/6978#issuecomment-114762937 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 f

[GitHub] spark pull request: [SPARK-8567] [SQL] [DO NOT MERGE] Debugging fl...

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6978#issuecomment-114763046 Merged build triggered. --- 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 h

[GitHub] spark pull request: [SPARK-4176][WIP] Support decimal types with p...

2015-06-24 Thread liancheng
Github user liancheng commented on a diff in the pull request: https://github.com/apache/spark/pull/6796#discussion_r33123578 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/parquet/ParquetTypes.scala --- @@ -289,7 +295,13 @@ private[parquet] object ParquetTypesConverter ext

[GitHub] spark pull request: [SPARK-8221][SQL]Add pmod function

2015-06-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6783#issuecomment-114764575 **[Test build #35635 timed out](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35635/console)** for PR 6783 at commit [`d903970`](https://github

[GitHub] spark pull request: [SPARK-8221][SQL]Add pmod function

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6783#issuecomment-114764660 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

[GitHub] spark pull request: [SPARK-8567] [SQL] [DO NOT MERGE] Debugging fl...

2015-06-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6978#issuecomment-114764818 [Test build #35661 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35661/consoleFull) for PR 6978 at commit [`b031647`](https://gith

[GitHub] spark pull request: [SPARK-4176][WIP] Support decimal types with p...

2015-06-24 Thread liancheng
Github user liancheng commented on a diff in the pull request: https://github.com/apache/spark/pull/6796#discussion_r33123740 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/parquet/ParquetTableSupport.scala --- @@ -369,9 +371,6 @@ private[parquet] class MutableRowWriteSupp

[GitHub] spark pull request: [SPARK-8221][SQL]Add pmod function

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6783#issuecomment-114768312 Merged build started. --- 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-8221][SQL]Add pmod function

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6783#issuecomment-114768240 Merged build triggered. --- 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 h

[GitHub] spark pull request: [SPARK-8209[SQL][WIP]Add function conv

2015-06-24 Thread zhichao-li
Github user zhichao-li commented on the pull request: https://github.com/apache/spark/pull/6872#issuecomment-114768490 retest this please. it's due to time out on`org.apache.spark.sql.hive.thriftserver.CliSuite.Single command with --database` --- If your project is set up for i

[GitHub] spark pull request: [SPARK-8221][SQL]Add pmod function

2015-06-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6783#issuecomment-114768525 [Test build #35662 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35662/consoleFull) for PR 6783 at commit [`fcd2255`](https://gith

[GitHub] spark pull request: [SPARK-4176][WIP] Support decimal types with p...

2015-06-24 Thread rtreffer
Github user rtreffer commented on a diff in the pull request: https://github.com/apache/spark/pull/6796#discussion_r33124241 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/parquet/ParquetTableSupport.scala --- @@ -369,9 +371,6 @@ private[parquet] class MutableRowWriteSuppo

[GitHub] spark pull request: [SPARK-8214][SQL][WIP]Add function hex

2015-06-24 Thread adrian-wang
Github user adrian-wang commented on a diff in the pull request: https://github.com/apache/spark/pull/6976#discussion_r33124278 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/math.scala --- @@ -289,6 +290,97 @@ case class Pow(left: Expression, righ

[GitHub] spark pull request: [SPARK-8214][SQL][WIP]Add function hex

2015-06-24 Thread adrian-wang
Github user adrian-wang commented on a diff in the pull request: https://github.com/apache/spark/pull/6976#discussion_r33124487 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/functions.scala --- @@ -1047,6 +1047,22 @@ object functions { def floor(columnName: String):

[GitHub] spark pull request: [SPARK-8214][SQL][WIP]Add function hex

2015-06-24 Thread adrian-wang
Github user adrian-wang commented on a diff in the pull request: https://github.com/apache/spark/pull/6976#discussion_r33124454 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/MathFunctionsSuite.scala --- @@ -20,7 +20,7 @@ package org.apache.spark.s

[GitHub] spark pull request: [SPARK-8214][SQL][WIP]Add function hex

2015-06-24 Thread adrian-wang
Github user adrian-wang commented on a diff in the pull request: https://github.com/apache/spark/pull/6976#discussion_r33124584 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/math.scala --- @@ -275,9 +279,6 @@ case class Atan2(left: Expression, rig

[GitHub] spark pull request: [SPARK-8214][SQL][WIP]Add function hex

2015-06-24 Thread zhichao-li
Github user zhichao-li commented on a diff in the pull request: https://github.com/apache/spark/pull/6976#discussion_r33124973 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/math.scala --- @@ -275,9 +279,6 @@ case class Atan2(left: Expression, righ

[GitHub] spark pull request: [SPARK-8478][SQL] Harmonize UDF-related code t...

2015-06-24 Thread BenFradet
Github user BenFradet commented on the pull request: https://github.com/apache/spark/pull/6920#issuecomment-114771451 Jenkins, retest this please (#6974) --- 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: [SPARK-8478][SQL] Harmonize UDF-related code t...

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6920#issuecomment-114771600 Merged build started. --- 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-8478][SQL] Harmonize UDF-related code t...

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6920#issuecomment-114771531 Merged build triggered. --- 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 h

[GitHub] spark pull request: [SPARK-8214][SQL][WIP]Add function hex

2015-06-24 Thread zhichao-li
Github user zhichao-li commented on a diff in the pull request: https://github.com/apache/spark/pull/6976#discussion_r33125097 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/MathFunctionsSuite.scala --- @@ -20,7 +20,7 @@ package org.apache.spark.sq

[GitHub] spark pull request: [SPARK-8478][SQL] Harmonize UDF-related code t...

2015-06-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6920#issuecomment-114773583 [Test build #35663 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35663/consoleFull) for PR 6920 at commit [`ef53470`](https://gith

[GitHub] spark pull request: [SPARK-8371][SQL] improve unit test for MaxOf ...

2015-06-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6825#issuecomment-114774250 [Test build #955 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/955/console) for PR 6825 at commit [`43170cc`](https://github.c

[GitHub] spark pull request: [SPARK-8214][SQL][WIP]Add function hex

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6976#issuecomment-114774291 Merged build started. --- 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-8214][SQL][WIP]Add function hex

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6976#issuecomment-114774223 Merged build triggered. --- 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 h

[GitHub] spark pull request: [SPARK-8280][SPARK-8281][SQL]Handle NaN, null ...

2015-06-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6835#issuecomment-114774611 [Test build #35645 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35645/console) for PR 6835 at commit [`0c96d86`](https://github.

[GitHub] spark pull request: [SPARK-8280][SPARK-8281][SQL]Handle NaN, null ...

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6835#issuecomment-114774641 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

[GitHub] spark pull request: [SPARK-8214][SQL][WIP]Add function hex

2015-06-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6976#issuecomment-114774621 [Test build #35664 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35664/consoleFull) for PR 6976 at commit [`aaaf841`](https://gith

[GitHub] spark pull request: [SPARK-8558][BUILD] Script /dev/run-tests fail...

2015-06-24 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/6956#issuecomment-114776052 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 an

[GitHub] spark pull request: [SPARK-8478][SQL] Harmonize UDF-related code t...

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6920#issuecomment-114776564 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

[GitHub] spark pull request: [SPARK-7944] Remove most of the Spark REPL for...

2015-06-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6903#issuecomment-114776374 [Test build #957 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/957/consoleFull) for PR 6903 at commit [`66eec11`](https://githu

[GitHub] spark pull request: [SPARK-8478][SQL] Harmonize UDF-related code t...

2015-06-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6920#issuecomment-114776550 [Test build #35663 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35663/console) for PR 6920 at commit [`ef53470`](https://github.

[GitHub] spark pull request: [SPARK-8579] [SQL] support arbitrary object in...

2015-06-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6959#issuecomment-114776764 [Test build #956 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/956/console) for PR 6959 at commit [`4859b80`](https://github.c

[GitHub] spark pull request: [HOTFIX] [BUILD] Fix MiMa checks in master bra...

2015-06-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6974#issuecomment-114776866 [Test build #35642 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35642/console) for PR 6974 at commit [`4b4175a`](https://github.

[GitHub] spark pull request: [SPARK-5768] [Web UI] Fix for incorrect memory...

2015-06-24 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/6972#discussion_r33126044 --- Diff: core/src/main/scala/org/apache/spark/ui/ToolTips.scala --- @@ -35,6 +35,9 @@ private[spark] object ToolTips { val OUTPUT = "Bytes and rec

[GitHub] spark pull request: [HOTFIX] [BUILD] Fix MiMa checks in master bra...

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6974#issuecomment-114776896 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

[GitHub] spark pull request: [SPARK-8075][SQL] apply type check interface t...

2015-06-24 Thread cloud-fan
Github user cloud-fan commented on the pull request: https://github.com/apache/spark/pull/6723#issuecomment-114777223 cc @rxin --- 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-8206][SQL][WIP]Add function round

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6836#issuecomment-114779036 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

[GitHub] spark pull request: [SPARK-8206][SQL][WIP]Add function round

2015-06-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6836#issuecomment-114778873 [Test build #35649 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35649/console) for PR 6836 at commit [`2a6dc13`](https://github.

[GitHub] spark pull request: [SPARK-8407][SQL]complex type constructors: st...

2015-06-24 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/6874#discussion_r33126495 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/complexTypeCreator.scala --- @@ -78,3 +77,46 @@ case class CreateStruct(chi

[GitHub] spark pull request: [SPARK-8407][SQL]complex type constructors: st...

2015-06-24 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/6874#discussion_r33126578 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/complexTypeCreator.scala --- @@ -78,3 +77,46 @@ case class CreateStruct(chi

[GitHub] spark pull request: [SPARK-8407][SQL]complex type constructors: st...

2015-06-24 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/6874#discussion_r33126637 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/complexTypeCreator.scala --- @@ -78,3 +77,50 @@ case class CreateStruct(chi

[GitHub] spark pull request: [SPARK-8407][SQL]complex type constructors: st...

2015-06-24 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/6874#discussion_r33126674 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/complexTypeCreator.scala --- @@ -78,3 +77,46 @@ case class CreateStruct(chi

[GitHub] spark pull request: [SPARK-8393] [Streaming] Handle InterruptedExc...

2015-06-24 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/6969#discussion_r33127178 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/StreamingContext.scala --- @@ -636,7 +640,16 @@ class StreamingContext private[streaming] (

[GitHub] spark pull request: [SPARK-2645] [Core] Fix for SparkContext stop ...

2015-06-24 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/6973#issuecomment-114787432 Yeah, this might be a good change (`stop()` should be idempotent right?) but I'm not 100% clear how it connects to the JIRA. Also, there's no need to log an exception her

[GitHub] spark pull request: [SPARK-7289] handle project -> limit -> sort e...

2015-06-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6780#issuecomment-114788562 [Test build #35652 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35652/console) for PR 6780 at commit [`34aa07b`](https://github.

[GitHub] spark pull request: [SPARK-7289] handle project -> limit -> sort e...

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6780#issuecomment-114788600 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

[GitHub] spark pull request: [SPARK-8214][SQL][WIP]Add function hex

2015-06-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6976#issuecomment-114789113 [Test build #35653 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35653/console) for PR 6976 at commit [`f534efc`](https://github.

[GitHub] spark pull request: [SPARK-8214][SQL][WIP]Add function hex

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6976#issuecomment-114789157 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

[GitHub] spark pull request: [SPARK-8407][SQL]complex type constructors: st...

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6874#issuecomment-114790720 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

[GitHub] spark pull request: [SPARK-8407][SQL]complex type constructors: st...

2015-06-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6874#issuecomment-114790674 [Test build #35654 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35654/console) for PR 6874 at commit [`27057c1`](https://github.

[GitHub] spark pull request: [SPARK-8589][SQL] cleanup DateTimeUtils

2015-06-24 Thread cloud-fan
GitHub user cloud-fan opened a pull request: https://github.com/apache/spark/pull/6980 [SPARK-8589][SQL] cleanup DateTimeUtils move date time related operations into `DateTimeUtils` and rename some methods to make it more clear. You can merge this pull request into a Git repository

[GitHub] spark pull request: [SPARK-8589][SQL] cleanup DateTimeUtils

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6980#issuecomment-114791221 Merged build triggered. --- 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 h

[GitHub] spark pull request: [SPARK-8589][SQL] cleanup DateTimeUtils

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6980#issuecomment-114791253 Merged build started. --- 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-8589][SQL] cleanup DateTimeUtils

2015-06-24 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/6980#discussion_r33128360 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/DateTimeUtils.scala --- @@ -41,35 +39,53 @@ object DateTimeUtils {

[GitHub] spark pull request: [SPARK-8589][SQL] cleanup DateTimeUtils

2015-06-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6980#issuecomment-114791704 [Test build #35665 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35665/consoleFull) for PR 6980 at commit [`38f0783`](https://gith

[GitHub] spark pull request: [SPARK-8186] [SPARK-8187] [SQL] datetime funct...

2015-06-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6782#issuecomment-114792119 [Test build #35655 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35655/console) for PR 6782 at commit [`95b3b58`](https://github.

[GitHub] spark pull request: [SPARK-8186] [SPARK-8187] [SQL] datetime funct...

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6782#issuecomment-114792162 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

[GitHub] spark pull request: [SPARK-8199][SPARK-8184][SPARK-8183][SPARK-818...

2015-06-24 Thread tarekauel
GitHub user tarekauel opened a pull request: https://github.com/apache/spark/pull/6981 [SPARK-8199][SPARK-8184][SPARK-8183][SPARK-8182][SPARK-8181][SPARK-8180][SPARK-8179][SPARK-8177] date functions Jira: https://issues.apache.org/jira/browse/SPARK-8199 https://issues.apach

[GitHub] spark pull request: [SPARK-4176][WIP] Support decimal types with p...

2015-06-24 Thread liancheng
Github user liancheng commented on a diff in the pull request: https://github.com/apache/spark/pull/6796#discussion_r33128740 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/parquet/ParquetIOSuite.scala --- @@ -108,7 +108,7 @@ class ParquetIOSuiteBase extends QueryTest with

[GitHub] spark pull request: [SPARK-8199][SPARK-8184][SPARK-8183][SPARK-818...

2015-06-24 Thread tarekauel
Github user tarekauel commented on a diff in the pull request: https://github.com/apache/spark/pull/6981#discussion_r33128876 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/datetime.scala --- @@ -0,0 +1,229 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request: [SPARK-7938][BUILD]Use Google ErrorProne durin...

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6515#issuecomment-114792548 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

[GitHub] spark pull request: [SPARK-7938][BUILD]Use Google ErrorProne durin...

2015-06-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6515#issuecomment-114792514 [Test build #35650 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35650/console) for PR 6515 at commit [`6b4d6bd`](https://github.

[GitHub] spark pull request: [SPARK-8199][SPARK-8184][SPARK-8183][SPARK-818...

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6981#issuecomment-114792853 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 pr

[GitHub] spark pull request: [SPARK-8199][SPARK-8184][SPARK-8183][SPARK-818...

2015-06-24 Thread adrian-wang
Github user adrian-wang commented on the pull request: https://github.com/apache/spark/pull/6981#issuecomment-114793713 I think this should wait #6782 , since we are creating a file with same usage. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] spark pull request: [SPARK-6777] [SQL] Implements backwards compat...

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6617#issuecomment-114793760 Build started. --- 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 f

[GitHub] spark pull request: [SPARK-6777] [SQL] Implements backwards compat...

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6617#issuecomment-114793737 Build triggered. --- 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 thi

[GitHub] spark pull request: [SPARK-6777] [SQL] Implements backwards compat...

2015-06-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6617#issuecomment-114793944 [Test build #35666 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35666/consoleFull) for PR 6617 at commit [`277ddf4`](https://gith

[GitHub] spark pull request: [SPARK-8589][SQL] cleanup DateTimeUtils

2015-06-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6980#issuecomment-114794614 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

[GitHub] spark pull request: [SPARK-8589][SQL] cleanup DateTimeUtils

2015-06-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6980#issuecomment-114794595 [Test build #35665 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35665/console) for PR 6980 at commit [`38f0783`](https://github.

  1   2   3   4   5   6   7   8   9   10   >