[GitHub] spark issue #15723: [SPARK-18214][SQL] Simplify RuntimeReplaceable type coer...

2016-11-01 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15723 **[Test build #67963 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/67963/consoleFull)** for PR 15723 at commit [`01cfa00`](https://github.com/apache/spark/commit/0

[GitHub] spark issue #15677: [SPARK-17963][SQL][Documentation] Add examples (extend) ...

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

[GitHub] spark issue #15677: [SPARK-17963][SQL][Documentation] Add examples (extend) ...

2016-11-01 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15677 **[Test build #67962 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/67962/consoleFull)** for PR 15677 at commit [`b2fb5e6`](https://github.com/apache/spark/commit/

[GitHub] spark issue #15677: [SPARK-17963][SQL][Documentation] Add examples (extend) ...

2016-11-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15677 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 e

[GitHub] spark issue #15677: [SPARK-17963][SQL][Documentation] Add examples (extend) ...

2016-11-01 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15677 **[Test build #67962 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/67962/consoleFull)** for PR 15677 at commit [`b2fb5e6`](https://github.com/apache/spark/commit/b

[GitHub] spark issue #15723: [SPARK-18214][SQL] Simplify RuntimeReplaceable type coer...

2016-11-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15723 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 e

[GitHub] spark issue #15725: [SPARK-18167] Print out spark confs, and hive confs when...

2016-11-01 Thread ericl
Github user ericl commented on the issue: https://github.com/apache/spark/pull/15725 Oh wow, so it's deterministically broken, but some suite must be leaking a conf that disables the flag. This explains why I couldn't find a preceding suite to blame for the flake - it's merely t

[GitHub] spark issue #15723: [SPARK-18214][SQL] Simplify RuntimeReplaceable type coer...

2016-11-01 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15723 **[Test build #67961 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/67961/consoleFull)** for PR 15723 at commit [`5face4a`](https://github.com/apache/spark/commit/

[GitHub] spark issue #15723: [SPARK-18214][SQL] Simplify RuntimeReplaceable type coer...

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

[GitHub] spark issue #15723: [SPARK-18214][SQL] Simplify RuntimeReplaceable type coer...

2016-11-01 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15723 **[Test build #67961 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/67961/consoleFull)** for PR 15723 at commit [`5face4a`](https://github.com/apache/spark/commit/5

[GitHub] spark pull request #15688: [SPARK-18173][SQL] data source tables should supp...

2016-11-01 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/15688#discussion_r86080979 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/InMemoryCatalog.scala --- @@ -471,11 +471,30 @@ class InMemoryCatalog(

[GitHub] spark issue #15728: [SPARK-18133] [branch-2.0] [Examples] [ML] [Python ML Pi...

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

[GitHub] spark issue #15728: [SPARK-18133] [branch-2.0] [Examples] [ML] [Python ML Pi...

2016-11-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15728 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 enabled

[GitHub] spark issue #15728: [SPARK-18133] [branch-2.0] [Examples] [ML] [Python ML Pi...

2016-11-01 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15728 **[Test build #67951 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/67951/consoleFull)** for PR 15728 at commit [`6b7796f`](https://github.com/apache/spark/commit/

[GitHub] spark issue #15725: [SPARK-18167] Print out spark confs, and hive confs when...

2016-11-01 Thread viirya
Github user viirya commented on the issue: https://github.com/apache/spark/pull/15725 `spark.sql.hive.metastorePartitionPruning` is seen in failed test, not in successful test. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as w

[GitHub] spark pull request #15011: [SPARK-17122][SQL]support drop current database

2016-11-01 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/15011#discussion_r86080684 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalogSuite.scala --- @@ -127,6 +127,18 @@ class SessionCatalogSuite

[GitHub] spark pull request #15675: [SPARK-18144][SQL] logging StreamingQueryListener...

2016-11-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/15675 --- 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 ena

[GitHub] spark issue #15675: [SPARK-18144][SQL] logging StreamingQueryListener$QueryS...

2016-11-01 Thread zsxwing
Github user zsxwing commented on the issue: https://github.com/apache/spark/pull/15675 LGTM. Thanks! Merging to master, 2.1 and 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 this featu

[GitHub] spark pull request #15711: [SPARK-18192] Support all file formats in structu...

2016-11-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/15711 --- 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 ena

[GitHub] spark pull request #15011: [SPARK-17122][SQL]support drop current database

2016-11-01 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/15011#discussion_r86080437 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalogSuite.scala --- @@ -127,6 +127,18 @@ class SessionCatalogSuite

[GitHub] spark issue #15711: [SPARK-18192] Support all file formats in structured str...

2016-11-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15711 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 e

[GitHub] spark issue #15711: [SPARK-18192] Support all file formats in structured str...

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

[GitHub] spark issue #15711: [SPARK-18192] Support all file formats in structured str...

2016-11-01 Thread rxin
Github user rxin commented on the issue: https://github.com/apache/spark/pull/15711 Merging in master/branch-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 wish

[GitHub] spark issue #15711: [SPARK-18192] Support all file formats in structured str...

2016-11-01 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15711 **[Test build #67952 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/67952/consoleFull)** for PR 15711 at commit [`29071bb`](https://github.com/apache/spark/commit/

[GitHub] spark pull request #15011: [SPARK-17122][SQL]support drop current database

2016-11-01 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/15011#discussion_r86080198 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalogSuite.scala --- @@ -127,6 +127,18 @@ class SessionCatalogSuite e

[GitHub] spark issue #15327: [SPARK-16575][CORE] partition calculation mismatch with ...

2016-11-01 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15327 **[Test build #3394 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/3394/consoleFull)** for PR 15327 at commit [`4ebf501`](https://github.com/apache/spark/commit

[GitHub] spark issue #15723: [SPARK-18214][SQL] Simplify RuntimeReplaceable type coer...

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

[GitHub] spark issue #15723: [SPARK-18214][SQL] Simplify RuntimeReplaceable type coer...

2016-11-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15723 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 e

[GitHub] spark issue #15327: [SPARK-16575][CORE] partition calculation mismatch with ...

2016-11-01 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15327 **[Test build #3394 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/3394/consoleFull)** for PR 15327 at commit [`4ebf501`](https://github.com/apache/spark/commit/

[GitHub] spark pull request #15688: [SPARK-18173][SQL] data source tables should supp...

2016-11-01 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/15688#discussion_r86079926 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/InMemoryCatalog.scala --- @@ -471,11 +471,30 @@ class InMemoryCatalog(

[GitHub] spark issue #15723: [SPARK-18214][SQL] Simplify RuntimeReplaceable type coer...

2016-11-01 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15723 **[Test build #67953 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/67953/consoleFull)** for PR 15723 at commit [`a5c0b16`](https://github.com/apache/spark/commit/

[GitHub] spark issue #15327: [SPARK-16575][CORE] partition calculation mismatch with ...

2016-11-01 Thread rxin
Github user rxin commented on the issue: https://github.com/apache/spark/pull/15327 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 wish

[GitHub] spark issue #15723: [SPARK-18214][SQL] Simplify RuntimeReplaceable type coer...

2016-11-01 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15723 **[Test build #3393 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/3393/consoleFull)** for PR 15723 at commit [`a5c0b16`](https://github.com/apache/spark/commit

[GitHub] spark issue #15314: [SPARK-17747][ML] WeightCol support non-double datatypes

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

[GitHub] spark issue #15314: [SPARK-17747][ML] WeightCol support non-double datatypes

2016-11-01 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15314 **[Test build #67956 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/67956/consoleFull)** for PR 15314 at commit [`77bc5ab`](https://github.com/apache/spark/commit/

[GitHub] spark issue #15314: [SPARK-17747][ML] WeightCol support non-double datatypes

2016-11-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15314 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 e

[GitHub] spark issue #15729: [SPARK-18133] [branch-2.0] [Examples] [ML] [Python ML Pi...

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

[GitHub] spark issue #15729: [SPARK-18133] [branch-2.0] [Examples] [ML] [Python ML Pi...

2016-11-01 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15729 **[Test build #67958 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/67958/consoleFull)** for PR 15729 at commit [`dadfaa9`](https://github.com/apache/spark/commit/

[GitHub] spark issue #15729: [SPARK-18133] [branch-2.0] [Examples] [ML] [Python ML Pi...

2016-11-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15729 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 e

[GitHub] spark issue #15711: [SPARK-18192] Support all file formats in structured str...

2016-11-01 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15711 **[Test build #3392 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/3392/consoleFull)** for PR 15711 at commit [`29071bb`](https://github.com/apache/spark/commit

[GitHub] spark pull request #15722: [SPARK-18208] [Shuffle] Executor OOM due to a gro...

2016-11-01 Thread sitalkedia
Github user sitalkedia commented on a diff in the pull request: https://github.com/apache/spark/pull/15722#discussion_r86078969 --- Diff: core/src/main/java/org/apache/spark/unsafe/map/BytesToBytesMap.java --- @@ -170,6 +170,8 @@ private long peakMemoryUsedBytes = 0L;

[GitHub] spark pull request #15644: [SPARK-18117][CORE] Add test for TaskSetBlacklist

2016-11-01 Thread squito
Github user squito commented on a diff in the pull request: https://github.com/apache/spark/pull/15644#discussion_r86078940 --- Diff: core/src/test/scala/org/apache/spark/scheduler/TaskSchedulerImplSuite.scala --- @@ -282,6 +316,114 @@ class TaskSchedulerImplSuite extends SparkFunS

[GitHub] spark pull request #15705: [SPARK-18183] [SPARK-18184] Fix INSERT [INTO|OVER...

2016-11-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/15705 --- 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 ena

[GitHub] spark issue #15705: [SPARK-18183] [SPARK-18184] Fix INSERT [INTO|OVERWRITE] ...

2016-11-01 Thread cloud-fan
Github user cloud-fan commented on the issue: https://github.com/apache/spark/pull/15705 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 wish

[GitHub] spark pull request #15644: [SPARK-18117][CORE] Add test for TaskSetBlacklist

2016-11-01 Thread squito
Github user squito commented on a diff in the pull request: https://github.com/apache/spark/pull/15644#discussion_r86078676 --- Diff: core/src/test/scala/org/apache/spark/scheduler/TaskSchedulerImplSuite.scala --- @@ -282,6 +316,114 @@ class TaskSchedulerImplSuite extends SparkFunS

[GitHub] spark issue #15722: [SPARK-18208] [Shuffle] Executor OOM due to a growing Lo...

2016-11-01 Thread sitalkedia
Github user sitalkedia commented on the issue: https://github.com/apache/spark/pull/15722 @davies - We fixed a similar issue with `UnsafeExternalSorter` in SPARK-14363. Basically following scenario is leading to OOM - Lets say we have total 4G of memory available that is shared

[GitHub] spark issue #15697: [SparkR][Test]:remove unnecessary suppressWarnings

2016-11-01 Thread wangmiao1981
Github user wangmiao1981 commented on the issue: https://github.com/apache/spark/pull/15697 reopen it now. --- 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,

[GitHub] spark pull request #15697: [SparkR][Test]:remove unnecessary suppressWarning...

2016-11-01 Thread wangmiao1981
GitHub user wangmiao1981 reopened a pull request: https://github.com/apache/spark/pull/15697 [SparkR][Test]:remove unnecessary suppressWarnings ## What changes were proposed in this pull request? In test_mllib.R, there are two unnecessary suppressWarnings. This PR just remo

[GitHub] spark pull request #15697: [SparkR][Test]:remove unnecessary suppressWarning...

2016-11-01 Thread wangmiao1981
Github user wangmiao1981 closed the pull request at: https://github.com/apache/spark/pull/15697 --- 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

[GitHub] spark pull request #15644: [SPARK-18117][CORE] Add test for TaskSetBlacklist

2016-11-01 Thread squito
Github user squito commented on a diff in the pull request: https://github.com/apache/spark/pull/15644#discussion_r86078546 --- Diff: core/src/test/scala/org/apache/spark/scheduler/TaskSchedulerImplSuite.scala --- @@ -282,6 +316,114 @@ class TaskSchedulerImplSuite extends SparkFunS

[GitHub] spark issue #15697: [SparkR][Test]:remove unnecessary suppressWarnings

2016-11-01 Thread wangmiao1981
Github user wangmiao1981 commented on the issue: https://github.com/apache/spark/pull/15697 Now, I try to close and reopen it to trigger another windows test. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your projec

[GitHub] spark issue #15717: [SPARK-17910][SQL][WIP] Allow users to update the commen...

2016-11-01 Thread rxin
Github user rxin commented on the issue: https://github.com/apache/spark/pull/15717 Looks like there is an actual test failure. --- 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 e

[GitHub] spark pull request #15717: [SPARK-17910][SQL][WIP] Allow users to update the...

2016-11-01 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/15717#discussion_r86078426 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/types/StructField.scala --- @@ -74,4 +74,11 @@ case class StructField( def getComment(): Optio

[GitHub] spark pull request #15727: [SPARK-17895] Improve doc for rangeBetween and ro...

2016-11-01 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/15727#discussion_r86078124 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/expressions/Window.scala --- @@ -91,7 +91,7 @@ object Window { * {{{ * import org.apach

[GitHub] spark issue #15644: [SPARK-18117][CORE] Add test for TaskSetBlacklist

2016-11-01 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15644 **[Test build #67960 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/67960/consoleFull)** for PR 15644 at commit [`6a02634`](https://github.com/apache/spark/commit/6

[GitHub] spark pull request #15644: [SPARK-18117][CORE] Add test for TaskSetBlacklist

2016-11-01 Thread squito
Github user squito commented on a diff in the pull request: https://github.com/apache/spark/pull/15644#discussion_r86077923 --- Diff: core/src/test/scala/org/apache/spark/scheduler/TaskSchedulerImplSuite.scala --- @@ -282,6 +316,114 @@ class TaskSchedulerImplSuite extends SparkFunS

[GitHub] spark issue #15567: [SPARK-14393][SQL] values generated by non-deterministic...

2016-11-01 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15567 **[Test build #67959 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/67959/consoleFull)** for PR 15567 at commit [`ababaa9`](https://github.com/apache/spark/commit/a

[GitHub] spark issue #15567: [SPARK-14393][SQL] values generated by non-deterministic...

2016-11-01 Thread mengxr
Github user mengxr commented on the issue: https://github.com/apache/spark/pull/15567 I reverted the changes I made to enforce `Projection.initialize`, which touched too many files and most of them doesn't really need to handle nondeterministic expressions. The current implementation

[GitHub] spark pull request #15027: [SPARK-17475] [STREAMING] Delete CRC files if the...

2016-11-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/15027 --- 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 ena

[GitHub] spark issue #15727: [SPARK-17895] Improve doc for rangeBetween and rowsBetwe...

2016-11-01 Thread rxin
Github user rxin commented on the issue: https://github.com/apache/spark/pull/15727 @david-weiluo-ren this already has a conflict. Can you update it? --- 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 n

[GitHub] spark pull request #15727: [SPARK-17895] Improve doc for rangeBetween and ro...

2016-11-01 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/15727#discussion_r86077607 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/expressions/Window.scala --- @@ -82,6 +82,29 @@ object Window { * "current row", while "-1" means

[GitHub] spark issue #15027: [SPARK-17475] [STREAMING] Delete CRC files if the filesy...

2016-11-01 Thread rxin
Github user rxin commented on the issue: https://github.com/apache/spark/pull/15027 Merging in master/branch-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 wis

[GitHub] spark issue #15729: [SPARK-18133] [branch-2.0] [Examples] [ML] [Python ML Pi...

2016-11-01 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15729 **[Test build #67958 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/67958/consoleFull)** for PR 15729 at commit [`dadfaa9`](https://github.com/apache/spark/commit/d

[GitHub] spark issue #15697: [SparkR][Test]:remove unnecessary suppressWarnings

2016-11-01 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/15697 For the specific failure here, it was due to not syncing the latest version between the releases for Winodws and the others (when R 3.3.2 was released). As we use a fixed version, R 3.3.1 now (n

[GitHub] spark issue #15677: [SPARK-17963][SQL][Documentation] Add examples (extend) ...

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

[GitHub] spark issue #15677: [SPARK-17963][SQL][Documentation] Add examples (extend) ...

2016-11-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15677 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 e

[GitHub] spark pull request #15729: [SPARK-18133] [branch-2.0] [Examples] [ML] [Pytho...

2016-11-01 Thread jagadeesanas2
GitHub user jagadeesanas2 opened a pull request: https://github.com/apache/spark/pull/15729 [SPARK-18133] [branch-2.0] [Examples] [ML] [Python ML Pipeline Exampl… ## What changes were proposed in this pull request? [Fix] [branch-2.0] In Python 3, there is only one integer

[GitHub] spark issue #15677: [SPARK-17963][SQL][Documentation] Add examples (extend) ...

2016-11-01 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15677 **[Test build #67946 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/67946/consoleFull)** for PR 15677 at commit [`a6b50eb`](https://github.com/apache/spark/commit/

[GitHub] spark issue #15567: [SPARK-14393][SQL] values generated by non-deterministic...

2016-11-01 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15567 **[Test build #67957 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/67957/consoleFull)** for PR 15567 at commit [`553c6a5`](https://github.com/apache/spark/commit/5

[GitHub] spark issue #15314: [SPARK-17747][ML] WeightCol support non-double datatypes

2016-11-01 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15314 **[Test build #67956 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/67956/consoleFull)** for PR 15314 at commit [`77bc5ab`](https://github.com/apache/spark/commit/7

[GitHub] spark issue #15725: [SPARK-18167] Print out spark confs, and hive confs when...

2016-11-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15725 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 e

[GitHub] spark issue #15700: [SPARK-17964][SparkR] Enable SparkR with Mesos client mo...

2016-11-01 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/spark/pull/15700 This might not handle packages the best it can on mesos but that could be a follow-up @sun-rui --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] spark issue #15725: [SPARK-18167] Print out spark confs, and hive confs when...

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

[GitHub] spark issue #15705: [SPARK-18183] [SPARK-18184] Fix INSERT [INTO|OVERWRITE] ...

2016-11-01 Thread ericl
Github user ericl commented on the issue: https://github.com/apache/spark/pull/15705 I think you don't have to since this is just the test suite. On Tue, Nov 1, 2016, 8:49 PM Wenchen Fan wrote: > *@cloud-fan* commented on this pull request. > -

[GitHub] spark issue #15725: [SPARK-18167] Print out spark confs, and hive confs when...

2016-11-01 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15725 **[Test build #67950 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/67950/consoleFull)** for PR 15725 at commit [`0dca3ac`](https://github.com/apache/spark/commit/

[GitHub] spark pull request #15704: [SPARK-17732][SQL] ALTER TABLE DROP PARTITION sho...

2016-11-01 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/15704#discussion_r86076296 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveDDLSuite.scala --- @@ -226,6 +227,63 @@ class HiveDDLSuite } }

[GitHub] spark pull request #15728: [SPARK-18133] [branch-2.0] [Examples] [ML] [Pytho...

2016-11-01 Thread jagadeesanas2
Github user jagadeesanas2 closed the pull request at: https://github.com/apache/spark/pull/15728 --- 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

[GitHub] spark issue #15728: [SPARK-18133] [branch-2.0] [Examples] [ML] [Python ML Pi...

2016-11-01 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/spark/pull/15728 could you close this and create a PR against branch-2.0 instead of 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

[GitHub] spark pull request #15704: [SPARK-17732][SQL] ALTER TABLE DROP PARTITION sho...

2016-11-01 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/15704#discussion_r86075964 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/command/ddl.scala --- @@ -418,27 +419,53 @@ case class AlterTableRenamePartitionCommand(

[GitHub] spark issue #15314: [SPARK-17747][ML] WeightCol support non-double datatypes

2016-11-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15314 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 e

[GitHub] spark pull request #15704: [SPARK-17732][SQL] ALTER TABLE DROP PARTITION sho...

2016-11-01 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/15704#discussion_r86075872 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/command/ddl.scala --- @@ -418,27 +419,53 @@ case class AlterTableRenamePartitionCommand(

[GitHub] spark issue #15314: [SPARK-17747][ML] WeightCol support non-double datatypes

2016-11-01 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15314 **[Test build #67955 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/67955/consoleFull)** for PR 15314 at commit [`88fea8e`](https://github.com/apache/spark/commit/

[GitHub] spark issue #15314: [SPARK-17747][ML] WeightCol support non-double datatypes

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

[GitHub] spark issue #15314: [SPARK-17747][ML] WeightCol support non-double datatypes

2016-11-01 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15314 **[Test build #67955 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/67955/consoleFull)** for PR 15314 at commit [`88fea8e`](https://github.com/apache/spark/commit/8

[GitHub] spark pull request #15484: [SPARK-17868][SQL] Do not use bitmasks during par...

2016-11-01 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/15484#discussion_r86075526 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -229,10 +235,14 @@ class Analyzer( * Group Count:

[GitHub] spark pull request #15484: [SPARK-17868][SQL] Do not use bitmasks during par...

2016-11-01 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/15484#discussion_r86075344 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -229,10 +235,14 @@ class Analyzer( * Group Count:

[GitHub] spark pull request #15484: [SPARK-17868][SQL] Do not use bitmasks during par...

2016-11-01 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/15484#discussion_r86075252 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -216,10 +216,16 @@ class Analyzer( * Group Count:

[GitHub] spark pull request #15024: [SPARK-17470][SQL] unify path for data source tab...

2016-11-01 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/15024#discussion_r86075163 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/sources/PathOptionSuite.scala --- @@ -0,0 +1,97 @@ +/* +* Licensed to the Apache Software F

[GitHub] spark pull request #15704: [SPARK-17732][SQL] ALTER TABLE DROP PARTITION sho...

2016-11-01 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/15704#discussion_r86075107 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/command/ddl.scala --- @@ -418,27 +419,53 @@ case class AlterTableRenamePartitionCommand(

[GitHub] spark pull request #15702: [SPARK-18124] Observed delay based Event Time Wat...

2016-11-01 Thread CodingCat
Github user CodingCat commented on a diff in the pull request: https://github.com/apache/spark/pull/15702#discussion_r86075063 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StatefulAggregate.scala --- @@ -104,85 +110,105 @@ case class StateStoreSaveExe

[GitHub] spark pull request #15673: [SPARK-17992][SQL] Return all partitions from Hiv...

2016-11-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/15673 --- 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 ena

[GitHub] spark issue #15697: [SparkR][Test]:remove unnecessary suppressWarnings

2016-11-01 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/spark/pull/15697 @HyukjinKwon the time window when download of an older version for windows could fail seem concerning. Is there a way to address that? --- If your project is set up for it, you can reply to th

[GitHub] spark issue #15673: [SPARK-17992][SQL] Return all partitions from HiveShim w...

2016-11-01 Thread rxin
Github user rxin commented on the issue: https://github.com/apache/spark/pull/15673 Merging in master. 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 this feature enabled and wishes

[GitHub] spark pull request #15608: [SPARK-17838][SparkR] Check named arguments for o...

2016-11-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/15608 --- 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 ena

[GitHub] spark pull request #15704: [SPARK-17732][SQL] ALTER TABLE DROP PARTITION sho...

2016-11-01 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/15704#discussion_r86074588 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/parser/AstBuilder.scala --- @@ -204,6 +207,38 @@ class AstBuilder extends SqlBaseBaseVisi

[GitHub] spark issue #15673: [SPARK-17992][SQL] Return all partitions from HiveShim w...

2016-11-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/15673 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 e

[GitHub] spark issue #15608: [SPARK-17838][SparkR] Check named arguments for options ...

2016-11-01 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/spark/pull/15608 merged 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 wishes so

[GitHub] spark issue #15673: [SPARK-17992][SQL] Return all partitions from HiveShim w...

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

[GitHub] spark issue #15673: [SPARK-17992][SQL] Return all partitions from HiveShim w...

2016-11-01 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15673 **[Test build #67949 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/67949/consoleFull)** for PR 15673 at commit [`8d468ac`](https://github.com/apache/spark/commit/

[GitHub] spark issue #15659: [SPARK-1267][SPARK-18129] Allow PySpark to be pip instal...

2016-11-01 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/15659 **[Test build #67954 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/67954/consoleFull)** for PR 15659 at commit [`7af912a`](https://github.com/apache/spark/commit/7

  1   2   3   4   5   6   7   8   >