[GitHub] spark issue #18344: [MINOR][BUILD][BRANCH-2.2] Fix Java linter errors

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

[GitHub] spark pull request #18334: [SPARK-21127] [SQL] Update statistics after data ...

2017-06-18 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18334#discussion_r122600223 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/InsertIntoHadoopFsRelationCommand.scala --- @@ -161,6 +161,11 @@ case

[GitHub] spark issue #18334: [SPARK-21127] [SQL] Update statistics after data changin...

2017-06-18 Thread gatorsmile
Github user gatorsmile commented on the issue: https://github.com/apache/spark/pull/18334 These commands will automatically trigger the stats updates, which could be expensive. Another way is to simply set it to zero or mark it unreliable? Can we provide a SQLConf conf for this?

[GitHub] spark issue #18334: [SPARK-21127] [SQL] Update statistics after data changin...

2017-06-18 Thread gatorsmile
Github user gatorsmile commented on the issue: https://github.com/apache/spark/pull/18334 How about add a partition? --- 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 #18343: [SPARK-21133][CORE] Fix HighlyCompressedMapStatus#writeE...

2017-06-18 Thread wangyum
Github user wangyum commented on the issue: https://github.com/apache/spark/pull/18343 @jinxing64 `big_table` may be need big enough, my `big_table` is 270.7 G: ```sql spark-sql -e " set spark.sql.shuffle.partitions=2001; drop table if exists spark_hcms_npe;

[GitHub] spark issue #18345: [MINOR][BUILD] Fix Java linter errors

2017-06-18 Thread dongjoon-hyun
Github user dongjoon-hyun commented on the issue: https://github.com/apache/spark/pull/18345 Hi, @srowen . This is the new PR for master branch . --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] spark issue #18309: [SPARK-21079] [SQL] Calculate total size of a partition ...

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

[GitHub] spark pull request #18309: [SPARK-21079] [SQL] Calculate total size of a par...

2017-06-18 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18309#discussion_r122599863 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/command/AnalyzeTableCommand.scala --- @@ -81,6 +83,21 @@ case class

[GitHub] spark issue #18309: [SPARK-21079] [SQL] Calculate total size of a partition ...

2017-06-18 Thread gatorsmile
Github user gatorsmile commented on the issue: https://github.com/apache/spark/pull/18309 ok to 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 project does not have this feature enabled and wishes so, or if

[GitHub] spark issue #18343: [SPARK-21133][CORE] Fix HighlyCompressedMapStatus#writeE...

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

[GitHub] spark issue #18345: [MINOR][BUILD] Fix Java linter errors

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

[GitHub] spark pull request #18345: [MINOR][BUILD] Fix Java linter errors

2017-06-18 Thread dongjoon-hyun
GitHub user dongjoon-hyun opened a pull request: https://github.com/apache/spark/pull/18345 [MINOR][BUILD] Fix Java linter errors ## What changes were proposed in this pull request? This PR cleans up a few Java linter errors for Apache Spark 2.2 release. ## How was

[GitHub] spark issue #18344: [MINOR][BUILD][BRANCH-2.2] Fix Java linter errors

2017-06-18 Thread dongjoon-hyun
Github user dongjoon-hyun commented on the issue: https://github.com/apache/spark/pull/18344 Sure. 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 your project does not have this feature enabled and wishes

[GitHub] spark issue #18344: [MINOR][BUILD][BRANCH-2.2] Fix Java linter errors

2017-06-18 Thread srowen
Github user srowen commented on the issue: https://github.com/apache/spark/pull/18344 Yeah you can start with `master` for completeness. If the changes for 2.2 are pretty similar, we can just back-port that. If it's very different, OK, we can merge a manually crafted change for 2.2

[GitHub] spark issue #18344: [MINOR][BUILD][BRANCH-2.2] Fix Java linter errors

2017-06-18 Thread dongjoon-hyun
Github user dongjoon-hyun commented on the issue: https://github.com/apache/spark/pull/18344 For now, it's only for 2.2. In `master` branch, there are 26 errors. Shall I create another PR for master branch, too? --- If your project is set up for it, you can reply to this email

[GitHub] spark issue #18344: [MINOR][BUILD][BRANCH-2.2] Fix Java linter errors

2017-06-18 Thread srowen
Github user srowen commented on the issue: https://github.com/apache/spark/pull/18344 Were this already in master? or only in 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

[GitHub] spark issue #18303: [SPARK-19824][Core] Update JsonProtocol to keep consiste...

2017-06-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18303 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 #18303: [SPARK-19824][Core] Update JsonProtocol to keep consiste...

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

[GitHub] spark issue #18303: [SPARK-19824][Core] Update JsonProtocol to keep consiste...

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

[GitHub] spark issue #18341: [MINOR] Bump R version to 2.3.0.

2017-06-18 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/spark/pull/18341 +1 with what srowen says. ditto with python actually https://github.com/apache/spark/blob/master/python/pyspark/version.py i wonder if we should simply change the release/branch process

[GitHub] spark pull request #18335: [SPARK-21128][R] Remove both "spark-warehouse" an...

2017-06-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/18335 --- 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 #18335: [SPARK-21128][R] Remove both "spark-warehouse" and "meta...

2017-06-18 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/spark/pull/18335 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

[GitHub] spark issue #18344: [MINOR][BUILD] Fix Java linter errors

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

[GitHub] spark pull request #18344: [MINOR][BUILD] Fix Java linter errors

2017-06-18 Thread dongjoon-hyun
GitHub user dongjoon-hyun opened a pull request: https://github.com/apache/spark/pull/18344 [MINOR][BUILD] Fix Java linter errors ## What changes were proposed in this pull request? This PR cleans up a few Java linter errors for Apache Spark 2.2 release. ## How was

[GitHub] spark issue #18253: [WIP][SPARK-18838][CORE] Introduce multiple queues in Li...

2017-06-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18253 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 #18253: [WIP][SPARK-18838][CORE] Introduce multiple queues in Li...

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

[GitHub] spark issue #18253: [WIP][SPARK-18838][CORE] Introduce multiple queues in Li...

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

[GitHub] spark issue #18303: [SPARK-19824][Core] Update JsonProtocol to keep consiste...

2017-06-18 Thread gatorsmile
Github user gatorsmile commented on the issue: https://github.com/apache/spark/pull/18303 LGTM except a few comments. --- 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 #18303: [SPARK-19824][Core] Update JsonProtocol to keep c...

2017-06-18 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18303#discussion_r122596758 --- Diff: core/src/main/scala/org/apache/spark/deploy/JsonProtocol.scala --- @@ -21,74 +21,192 @@ import org.json4s.JsonAST.JObject import

[GitHub] spark pull request #18303: [SPARK-19824][Core] Update JsonProtocol to keep c...

2017-06-18 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18303#discussion_r122596741 --- Diff: core/src/main/scala/org/apache/spark/deploy/JsonProtocol.scala --- @@ -21,74 +21,192 @@ import org.json4s.JsonAST.JObject import

[GitHub] spark pull request #18303: [SPARK-19824][Core] Update JsonProtocol to keep c...

2017-06-18 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18303#discussion_r122596663 --- Diff: core/src/main/scala/org/apache/spark/deploy/JsonProtocol.scala --- @@ -21,74 +21,192 @@ import org.json4s.JsonAST.JObject import

[GitHub] spark pull request #18303: [SPARK-19824][Core] Update JsonProtocol to keep c...

2017-06-18 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18303#discussion_r122596651 --- Diff: core/src/main/scala/org/apache/spark/deploy/JsonProtocol.scala --- @@ -21,74 +21,192 @@ import org.json4s.JsonAST.JObject import

[GitHub] spark pull request #18303: [SPARK-19824][Core] Update JsonProtocol to keep c...

2017-06-18 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18303#discussion_r122596647 --- Diff: core/src/main/scala/org/apache/spark/deploy/JsonProtocol.scala --- @@ -21,74 +21,192 @@ import org.json4s.JsonAST.JObject import

[GitHub] spark pull request #18303: [SPARK-19824][Core] Update JsonProtocol to keep c...

2017-06-18 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18303#discussion_r122596621 --- Diff: core/src/main/scala/org/apache/spark/deploy/JsonProtocol.scala --- @@ -21,74 +21,192 @@ import org.json4s.JsonAST.JObject import

[GitHub] spark pull request #18303: [SPARK-19824][Core] Update JsonProtocol to keep c...

2017-06-18 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18303#discussion_r122596609 --- Diff: core/src/main/scala/org/apache/spark/deploy/JsonProtocol.scala --- @@ -21,74 +21,192 @@ import org.json4s.JsonAST.JObject import

[GitHub] spark pull request #18303: [SPARK-19824][Core] Update JsonProtocol to keep c...

2017-06-18 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18303#discussion_r122596599 --- Diff: core/src/main/scala/org/apache/spark/deploy/JsonProtocol.scala --- @@ -21,74 +21,192 @@ import org.json4s.JsonAST.JObject import

[GitHub] spark pull request #18303: [SPARK-19824][Core] Update JsonProtocol to keep c...

2017-06-18 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18303#discussion_r122596579 --- Diff: core/src/main/scala/org/apache/spark/deploy/JsonProtocol.scala --- @@ -21,74 +21,192 @@ import org.json4s.JsonAST.JObject import

[GitHub] spark pull request #18303: [SPARK-19824][Core] Update JsonProtocol to keep c...

2017-06-18 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18303#discussion_r122596590 --- Diff: core/src/main/scala/org/apache/spark/deploy/JsonProtocol.scala --- @@ -21,74 +21,192 @@ import org.json4s.JsonAST.JObject import

[GitHub] spark pull request #18303: [SPARK-19824][Core] Update JsonProtocol to keep c...

2017-06-18 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18303#discussion_r122596570 --- Diff: core/src/main/scala/org/apache/spark/deploy/JsonProtocol.scala --- @@ -21,74 +21,192 @@ import org.json4s.JsonAST.JObject import

[GitHub] spark pull request #18303: [SPARK-19824][Core] Update JsonProtocol to keep c...

2017-06-18 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18303#discussion_r122596562 --- Diff: core/src/main/scala/org/apache/spark/deploy/JsonProtocol.scala --- @@ -21,74 +21,192 @@ import org.json4s.JsonAST.JObject import

[GitHub] spark pull request #18303: [SPARK-19824][Core] Update JsonProtocol to keep c...

2017-06-18 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18303#discussion_r122596533 --- Diff: core/src/main/scala/org/apache/spark/deploy/JsonProtocol.scala --- @@ -21,74 +21,192 @@ import org.json4s.JsonAST.JObject import

[GitHub] spark pull request #18303: [SPARK-19824][Core] Update JsonProtocol to keep c...

2017-06-18 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18303#discussion_r122596518 --- Diff: core/src/main/scala/org/apache/spark/deploy/JsonProtocol.scala --- @@ -21,74 +21,192 @@ import org.json4s.JsonAST.JObject import

[GitHub] spark pull request #18303: [SPARK-19824][Core] Update JsonProtocol to keep c...

2017-06-18 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18303#discussion_r122596434 --- Diff: core/src/main/scala/org/apache/spark/deploy/JsonProtocol.scala --- @@ -21,74 +21,192 @@ import org.json4s.JsonAST.JObject import

[GitHub] spark pull request #18303: [SPARK-19824][Core] Update JsonProtocol to keep c...

2017-06-18 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18303#discussion_r122596343 --- Diff: core/src/main/scala/org/apache/spark/deploy/JsonProtocol.scala --- @@ -21,74 +21,192 @@ import org.json4s.JsonAST.JObject import

[GitHub] spark pull request #17758: [SPARK-20460][SQL] Make it more consistent to han...

2017-06-18 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/17758#discussion_r122596253 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveMetastoreCatalog.scala --- @@ -248,6 +249,10 @@ private[hive] class

[GitHub] spark pull request #17758: [SPARK-20460][SQL] Make it more consistent to han...

2017-06-18 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/17758#discussion_r122595919 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala --- @@ -328,6 +333,9 @@ case class DataSource(

[GitHub] spark pull request #17758: [SPARK-20460][SQL] Make it more consistent to han...

2017-06-18 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/17758#discussion_r122595783 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala --- @@ -182,6 +183,10 @@ case class DataSource(

[GitHub] spark pull request #17758: [SPARK-20460][SQL] Make it more consistent to han...

2017-06-18 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/17758#discussion_r122595701 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/util/SchemaUtils.scala --- @@ -0,0 +1,74 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #17758: [SPARK-20460][SQL] Make it more consistent to han...

2017-06-18 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/17758#discussion_r122595287 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/test/DataFrameReaderWriterSuite.scala --- @@ -687,4 +688,52 @@ class DataFrameReaderWriterSuite

[GitHub] spark issue #18303: [SPARK-19824][Core] Update JsonProtocol to keep consiste...

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

[GitHub] spark issue #18253: [WIP][SPARK-18838][CORE] Introduce multiple queues in Li...

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

[GitHub] spark issue #18253: [WIP][SPARK-18838][CORE] Introduce multiple queues in Li...

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

[GitHub] spark issue #18343: [SPARK-21133][CORE] Fix HighlyCompressedMapStatus#writeE...

2017-06-18 Thread jinxing64
Github user jinxing64 commented on the issue: https://github.com/apache/spark/pull/18343 Thanks for ping. If I understand correctly, `HighlyCompressedStatus` is initialized when 2 situations: 1. Creating `MapStatus` when shuffle-write and the reduce partitions is over 2000;

[GitHub] spark issue #18253: [WIP][SPARK-18838][CORE] Introduce multiple queues in Li...

2017-06-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18253 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 #18253: [WIP][SPARK-18838][CORE] Introduce multiple queues in Li...

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

[GitHub] spark issue #18269: [SPARK-21056][SQL] Use at most one spark job to list fil...

2017-06-18 Thread bbossy
Github user bbossy commented on the issue: https://github.com/apache/spark/pull/18269 @mallman I'm not sure where this difference in behaviour is coming from. The following test in `FileIndexSuite` passes: ``` test("mallman's scenario") {

[GitHub] spark issue #18269: [SPARK-21056][SQL] Use at most one spark job to list fil...

2017-06-18 Thread bbossy
Github user bbossy commented on the issue: https://github.com/apache/spark/pull/18269 @cloud-fan Could you take another look, please? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] spark issue #18253: [WIP][SPARK-18838][CORE] Introduce multiple queues in Li...

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

[GitHub] spark issue #18343: [SPARK-21133][CORE] Fix HighlyCompressedMapStatus#writeE...

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

[GitHub] spark issue #18343: [SPARK-21133][CORE] Fix HighlyCompressedMapStatus#writeE...

2017-06-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18343 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 #18343: [SPARK-21133][CORE] Fix HighlyCompressedMapStatus#writeE...

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

[GitHub] spark issue #18338: [SPARK-21129] [SQL] Arguments of SQL function call shoul...

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

[GitHub] spark issue #18338: [SPARK-21129] [SQL] Arguments of SQL function call shoul...

2017-06-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18338 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 #18338: [SPARK-21129] [SQL] Arguments of SQL function call shoul...

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

[GitHub] spark pull request #18338: [SPARK-21129] [SQL] Arguments of SQL function cal...

2017-06-18 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/18338#discussion_r122585242 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/parser/ExpressionParserSuite.scala --- @@ -231,7 +231,6 @@ class

[GitHub] spark issue #18342: [Spark 21123][Docs][Structured Streaming] Options for fi...

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

[GitHub] spark issue #18342: [Spark 21123][Docs][Structured Streaming] Options for fi...

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

[GitHub] spark pull request #17758: [SPARK-20460][SQL] Make it more consistent to han...

2017-06-18 Thread maropu
Github user maropu commented on a diff in the pull request: https://github.com/apache/spark/pull/17758#discussion_r122584251 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/json/JsonDataSource.scala --- @@ -59,9 +59,7 @@ abstract class JsonDataSource

[GitHub] spark issue #18343: [SPARK-21133][CORE] Fix HighlyCompressedMapStatus#writeE...

2017-06-18 Thread wangyum
Github user wangyum commented on the issue: https://github.com/apache/spark/pull/18343 cc @jinxing64 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[GitHub] spark pull request #18336: [MINOR][R] Add knitr and rmarkdown packages/impro...

2017-06-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/18336 --- 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 #18336: [MINOR][R] Add knitr and rmarkdown packages/improve outp...

2017-06-18 Thread srowen
Github user srowen commented on the issue: https://github.com/apache/spark/pull/18336 Merged to master/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 wishes so,

[GitHub] spark issue #18343: [SPARK-21133][CORE] Fix HighlyCompressedMapStatus#writeE...

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

[GitHub] spark issue #18343: [SPARK-21133][CORE] Fix HighlyCompressedMapStatus#writeE...

2017-06-18 Thread srowen
Github user srowen commented on the issue: https://github.com/apache/spark/pull/18343 I'm not sure that's a valid fix. This makes this field serialize, when it wasn't intended to. It's either supposed to be recreated on demand, or else, the code needs to deal with it not existing.

[GitHub] spark pull request #18343: [SPARK-21133][CORE] Fix HighlyCompressedMapStatus...

2017-06-18 Thread wangyum
GitHub user wangyum opened a pull request: https://github.com/apache/spark/pull/18343 [SPARK-21133][CORE] Fix HighlyCompressedMapStatus#writeExternal throws NPE ## What changes were proposed in this pull request? Fix HighlyCompressedMapStatus#writeExternal NPE: ```

[GitHub] spark pull request #18333: [SPARK-21126] The configuration which named "spar...

2017-06-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/18333 --- 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 #18333: [SPARK-21126] The configuration which named "spark.core....

2017-06-18 Thread srowen
Github user srowen commented on the issue: https://github.com/apache/spark/pull/18333 Merged to master/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 wishes so,

[GitHub] spark issue #18338: [SPARK-21129] [SQL] Arguments of SQL function call shoul...

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

[GitHub] spark issue #18338: [SPARK-21129] [SQL] Arguments of SQL function call shoul...

2017-06-18 Thread gatorsmile
Github user gatorsmile commented on the issue: https://github.com/apache/spark/pull/18338 retest this please --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes

[GitHub] spark issue #18338: [SPARK-21129] [SQL] Arguments of SQL function call shoul...

2017-06-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18338 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 #18338: [SPARK-21129] [SQL] Arguments of SQL function call shoul...

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

[GitHub] spark pull request #18338: [SPARK-21129] [SQL] Arguments of SQL function cal...

2017-06-18 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18338#discussion_r122583408 --- Diff: sql/catalyst/src/main/antlr4/org/apache/spark/sql/catalyst/parser/SqlBase.g4 --- @@ -561,6 +561,7 @@ primaryExpression | CASE

[GitHub] spark issue #18342: [Spark 21123][Docs][Structured Streaming] Options for fi...

2017-06-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18342 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 #18342: [Spark 21123][Docs][Structured Streaming] Options...

2017-06-18 Thread assafmendelson
GitHub user assafmendelson opened a pull request: https://github.com/apache/spark/pull/18342 [Spark 21123][Docs][Structured Streaming] Options for file stream source are in a wrong table ## What changes were proposed in this pull request? The description for several

[GitHub] spark issue #18338: [SPARK-21129] [SQL] Arguments of SQL function call shoul...

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

[GitHub] spark issue #18341: [MINOR] Bump R version to 2.3.0.

2017-06-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18341 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 #18341: [MINOR] Bump R version to 2.3.0.

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

[GitHub] spark issue #18341: [MINOR] Bump R version to 2.3.0.

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

[GitHub] spark issue #18340: [SPARK-21132] [SQL] DISTINCT modifier of function argume...

2017-06-18 Thread dongjoon-hyun
Github user dongjoon-hyun commented on the issue: https://github.com/apache/spark/pull/18340 +1, LGTM. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or

<    1   2   3