[GitHub] spark issue #14124: [SPARK-16472][SQL] Inconsistent nullability in schema af...

2016-07-10 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/14124 @viirya Thanks for your comment! Actually, that's I want to have some feedback for from @marmbrus . It seems forcing to a nullable schema all is already happening when you read/write da

[GitHub] spark pull request #13248: [SPARK-15194] [ML] Add Python ML API for Multivar...

2016-07-10 Thread lins05
Github user lins05 commented on a diff in the pull request: https://github.com/apache/spark/pull/13248#discussion_r70198232 --- Diff: python/pyspark/ml/stat/distribution.py --- @@ -0,0 +1,267 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +#

[GitHub] spark pull request #13778: [SPARK-16062][SPARK-15989][SQL] Fix two bugs of P...

2016-07-10 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/13778#discussion_r70198204 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/objects/objects.scala --- @@ -346,14 +346,47 @@ case class LambdaVariable(val

[GitHub] spark pull request #14048: [SPARK-16370][SQL] Union queries should not be ex...

2016-07-10 Thread dongjoon-hyun
Github user dongjoon-hyun closed the pull request at: https://github.com/apache/spark/pull/14048 --- 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 #14048: [SPARK-16370][SQL] Union queries should not be executed ...

2016-07-10 Thread dongjoon-hyun
Github user dongjoon-hyun commented on the issue: https://github.com/apache/spark/pull/14048 Hmm. Okay, I didn't prevent all. I see. I'll close. Thank you for decision, @cloud-fan . --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] spark issue #14048: [SPARK-16370][SQL] Union queries should not be executed ...

2016-07-10 Thread cloud-fan
Github user cloud-fan commented on the issue: https://github.com/apache/spark/pull/14048 ``` case Union(children) if children.forall(x => x.isInstanceOf[InsertIntoTable] || x.isInstanceOf[InsertIntoHadoopFsRelationCommand]) => ``` This doesn't indicate a muliti-insert righ

[GitHub] spark issue #14048: [SPARK-16370][SQL] Union queries should not be executed ...

2016-07-10 Thread dongjoon-hyun
Github user dongjoon-hyun commented on the issue: https://github.com/apache/spark/pull/14048 Ah, I see. You mean Union of `INSERT INTO`s, right? --- 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 hav

[GitHub] spark issue #14048: [SPARK-16370][SQL] Union queries should not be executed ...

2016-07-10 Thread dongjoon-hyun
Github user dongjoon-hyun commented on the issue: https://github.com/apache/spark/pull/14048 This PR fixes that with minimal efforts. --- 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 feat

[GitHub] spark issue #14034: [SPARK-16355] [SPARK-16354] [SQL] Fix Bugs When LIMIT/TA...

2016-07-10 Thread cloud-fan
Github user cloud-fan commented on the issue: https://github.com/apache/spark/pull/14034 you missed one comment : https://github.com/apache/spark/pull/14034/files#r70183958 :) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as we

[GitHub] spark issue #13704: [SPARK-15985][SQL] Reduce runtime overhead of a program ...

2016-07-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13704 **[Test build #62071 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62071/consoleFull)** for PR 13704 at commit [`66800fa`](https://github.com/apache/spark/commit/6

[GitHub] spark issue #14048: [SPARK-16370][SQL] Union queries should not be executed ...

2016-07-10 Thread dongjoon-hyun
Github user dongjoon-hyun commented on the issue: https://github.com/apache/spark/pull/14048 Ur, what do you mean? > With your patch, we can still create union queries with side effect which will be executed eagerly. --- If your project is set up for it, you can reply to this ema

[GitHub] spark issue #14048: [SPARK-16370][SQL] Union queries should not be executed ...

2016-07-10 Thread dongjoon-hyun
Github user dongjoon-hyun commented on the issue: https://github.com/apache/spark/pull/14048 The current one looks like this. ``` case Union(children) if children.forall(x => x.isInstanceOf[InsertIntoTable] || x.isInstanceOf[InsertIntoHadoopFsRelationCommand]) => ``` ---

[GitHub] spark issue #14123: [SPARK-16471] [SQL] Remove Hive-specific CreateHiveTable...

2016-07-10 Thread cloud-fan
Github user cloud-fan commented on the issue: https://github.com/apache/spark/pull/14123 should we wait for https://github.com/apache/spark/pull/14071? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] spark issue #14128: [SPARK-16476] Restructure MimaExcludes for easier union ...

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

[GitHub] spark issue #14128: [SPARK-16476] Restructure MimaExcludes for easier union ...

2016-07-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14128 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 #13778: [SPARK-16062][SPARK-15989][SQL] Fix two bugs of P...

2016-07-10 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/13778#discussion_r70197828 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/objects/objects.scala --- @@ -346,14 +346,47 @@ case class LambdaVariable(

[GitHub] spark issue #14128: [SPARK-16476] Restructure MimaExcludes for easier union ...

2016-07-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14128 **[Test build #62066 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62066/consoleFull)** for PR 14128 at commit [`86e9d12`](https://github.com/apache/spark/commit/

[GitHub] spark pull request #13778: [SPARK-16062][SPARK-15989][SQL] Fix two bugs of P...

2016-07-10 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/13778#discussion_r70197819 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/objects/objects.scala --- @@ -346,14 +346,47 @@ case class LambdaVariable(val

[GitHub] spark pull request #13778: [SPARK-16062][SPARK-15989][SQL] Fix two bugs of P...

2016-07-10 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/13778#discussion_r70197694 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/objects/objects.scala --- @@ -346,14 +346,47 @@ case class LambdaVariable(

[GitHub] spark issue #13991: [SPARK-16318][SQL] Implement all remaining xpath functio...

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

[GitHub] spark issue #13991: [SPARK-16318][SQL] Implement all remaining xpath functio...

2016-07-10 Thread cloud-fan
Github user cloud-fan commented on the issue: https://github.com/apache/spark/pull/13991 LGTM, pending jenkins --- 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 #13991: [SPARK-16318][SQL] Implement all remaining xpath functio...

2016-07-10 Thread cloud-fan
Github user cloud-fan commented on the issue: https://github.com/apache/spark/pull/13991 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 so,

[GitHub] spark pull request #13778: [SPARK-16062][SPARK-15989][SQL] Fix two bugs of P...

2016-07-10 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/13778#discussion_r70197480 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/objects/objects.scala --- @@ -346,14 +346,47 @@ case class LambdaVariable(val

[GitHub] spark issue #14034: [SPARK-16355] [SPARK-16354] [SQL] Fix Bugs When LIMIT/TA...

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

[GitHub] spark pull request #13778: [SPARK-16062][SPARK-15989][SQL] Fix two bugs of P...

2016-07-10 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/13778#discussion_r70197423 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/objects/objects.scala --- @@ -346,14 +346,47 @@ case class LambdaVariable(val

[GitHub] spark issue #14048: [SPARK-16370][SQL] Union queries should not be executed ...

2016-07-10 Thread cloud-fan
Github user cloud-fan commented on the issue: https://github.com/apache/spark/pull/14048 It's good to elimiante the inconsistency, but I don't think there is an easy fix. With your patch, we can still create union queries with side effect which will be executed eagerly. We use `Union`

[GitHub] spark issue #13990: [SPARK-16287][SQL] Implement str_to_map SQL function

2016-07-10 Thread techaddict
Github user techaddict commented on the issue: https://github.com/apache/spark/pull/13990 @rxin no need, I will update this today. --- 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 #14124: [SPARK-16472][SQL] Inconsistent nullability in schema af...

2016-07-10 Thread viirya
Github user viirya commented on the issue: https://github.com/apache/spark/pull/14124 @HyukjinKwon Your patch solves this inconsistency by forcing schema as nullable at all. However, looks like the parquet case is for compatibility, is this the same for json? --- If your project is

[GitHub] spark issue #14123: [SPARK-16471] [SQL] Remove Hive-specific CreateHiveTable...

2016-07-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14123 **[Test build #62068 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62068/consoleFull)** for PR 14123 at commit [`082040f`](https://github.com/apache/spark/commit/0

[GitHub] spark pull request #13778: [SPARK-16062][SPARK-15989][SQL] Fix two bugs of P...

2016-07-10 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/13778#discussion_r70196570 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/objects/objects.scala --- @@ -346,14 +346,47 @@ case class LambdaVariable(

[GitHub] spark issue #14118: [SPARK-16462][SPARK-16460][SPARK-15144][SQL] Make CSV ca...

2016-07-10 Thread lw-lin
Github user lw-lin commented on the issue: https://github.com/apache/spark/pull/14118 I think @HyukjinKwon has made a good point: it's kind of strange null strings can be written out, but can not be read back as nulls. So for `StringType`: nulls writ

[GitHub] spark issue #13778: [SPARK-16062][SPARK-15989][SQL] Fix two bugs of Python-o...

2016-07-10 Thread viirya
Github user viirya commented on the issue: https://github.com/apache/spark/pull/13778 @cloud-fan I just checked the python UDT. In python side, we will serialize the python UDT to binary. The python UDT passed to java includes the binary. Then in python side, in the worker we will des

[GitHub] spark issue #14124: [SPARK-16472][SQL] Inconsistent nullability in schema af...

2016-07-10 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/14124 I am a bit confused if we are allowed to read JSON (via `json(jsonRDD: RDD[String])` API) with schema having fields set `false` in `nullable`. If it is meant to be not allowed, this issue wil

[GitHub] spark pull request #14034: [SPARK-16355] [SPARK-16354] [SQL] Fix Bugs When L...

2016-07-10 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/14034#discussion_r70194607 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala --- @@ -660,18 +660,51 @@ class SQLQuerySuite extends QueryTest with SharedSQL

[GitHub] spark pull request #14034: [SPARK-16355] [SPARK-16354] [SQL] Fix Bugs When L...

2016-07-10 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/14034#discussion_r70194599 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/StatisticsSuite.scala --- @@ -31,4 +33,46 @@ class StatisticsSuite extends QueryTest with SharedSQ

[GitHub] spark pull request #14034: [SPARK-16355] [SPARK-16354] [SQL] Fix Bugs When L...

2016-07-10 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/14034#discussion_r70194595 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/StatisticsSuite.scala --- @@ -31,4 +33,46 @@ class StatisticsSuite extends QueryTest with SharedSQ

[GitHub] spark issue #14124: [SPARK-16472][SQL] Inconsistent nullability in schema af...

2016-07-10 Thread gatorsmile
Github user gatorsmile commented on the issue: https://github.com/apache/spark/pull/14124 @HyukjinKwon No matter whether this PR is merged or not, I still think we should fix the above issue. Silent conversion does not look good to me. --- If your project is set up for it, you can re

[GitHub] spark issue #14038: [SPARK-16317][SQL] Add a new interface to filter files i...

2016-07-10 Thread maropu
Github user maropu commented on the issue: https://github.com/apache/spark/pull/14038 ping @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 enabled and wishes so, or if the

[GitHub] spark issue #13852: [SPARK-16200][SQL] Rename AggregateFunction#supportsPart...

2016-07-10 Thread maropu
Github user maropu commented on the issue: https://github.com/apache/spark/pull/13852 Yes. Currently, we have three functions with `supportPartial=false`: `hive_udaf`, `collect`, and window functions. The former two functions cannot support this because we do not have byte-backed muta

[GitHub] spark issue #14114: [SPARK-16458][SQL] SessionCatalog should support `listCo...

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

[GitHub] spark issue #14129: [SPARK-16280][SQL][WIP] add HistogramNumeric Expression

2016-07-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14129 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 feat

[GitHub] spark pull request #14129: [SPARK-16280][SQL][WIP] add HistogramNumeric Expr...

2016-07-10 Thread tilumi
GitHub user tilumi opened a pull request: https://github.com/apache/spark/pull/14129 [SPARK-16280][SQL][WIP] add HistogramNumeric Expression ## What changes were proposed in this pull request? (Please fill in changes proposed in this fix) ## How was this patch

[GitHub] spark pull request #14090: [SPARK-16112][SparkR] Programming guide for gappl...

2016-07-10 Thread NarineK
Github user NarineK commented on a diff in the pull request: https://github.com/apache/spark/pull/14090#discussion_r70194370 --- Diff: docs/sparkr.md --- @@ -306,6 +306,64 @@ head(ldf, 3) {% endhighlight %} + Run a given function on a large dataset grouping

[GitHub] spark pull request #13704: [SPARK-15985][SQL] Reduce runtime overhead of a p...

2016-07-10 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/13704#discussion_r70194231 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -2018,6 +2018,8 @@ class Analyzer( fai

[GitHub] spark issue #14116: [SPARK-16452][SQL] Support basic INFORMATION_SCHEMA

2016-07-10 Thread dongjoon-hyun
Github user dongjoon-hyun commented on the issue: https://github.com/apache/spark/pull/14116 Now, all tests are 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 an

[GitHub] spark pull request #13704: [SPARK-15985][SQL] Reduce runtime overhead of a p...

2016-07-10 Thread kiszk
Github user kiszk commented on a diff in the pull request: https://github.com/apache/spark/pull/13704#discussion_r70193764 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/Cast.scala --- @@ -479,7 +479,7 @@ case class Cast(child: Expression, dataType

[GitHub] spark issue #13852: [SPARK-16200][SQL] Rename AggregateFunction#supportsPart...

2016-07-10 Thread rxin
Github user rxin commented on the issue: https://github.com/apache/spark/pull/13852 Do we have two requirements here? One is whether an aggregate function supports partial aggregation, and the other is whether the order should be enforced right ? --- If your project is set

[GitHub] spark issue #13852: [SPARK-16200][SQL] Rename AggregateFunction#supportsPart...

2016-07-10 Thread maropu
Github user maropu commented on the issue: https://github.com/apache/spark/pull/13852 you mean we need two funcs: `supportPartial` and `forceSortAggregate`? --- 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 issue #13990: [SPARK-16287][SQL] Implement str_to_map SQL function

2016-07-10 Thread rxin
Github user rxin commented on the issue: https://github.com/apache/spark/pull/13990 cc @dongjoon-hyun or @petermaxlee want to take over the pull request and bring it to completion? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] spark issue #13852: [SPARK-16200][SQL] Rename AggregateFunction#supportsPart...

2016-07-10 Thread rxin
Github user rxin commented on the issue: https://github.com/apache/spark/pull/13852 are we overloading the semantics? I think it's actually useful to have a supportsPartial, which is what this was for. --- If your project is set up for it, you can reply to this email and have your re

[GitHub] spark issue #13494: [SPARK-15752] [SQL] Optimize metadata only query that ha...

2016-07-10 Thread rxin
Github user rxin commented on the issue: https://github.com/apache/spark/pull/13494 @hvanhovell can you take a look at this too? --- 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 #14118: [SPARK-16462][SPARK-16460][SPARK-15144][SQL] Make CSV ca...

2016-07-10 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/14118 IMHO, handling `StringType` at least lets users handling `null`s in roundtrip in writing and reading. CSV writes `null` according to `nullValue` [here](https://github.com/apache/spark/blob/38cf8

[GitHub] spark issue #14128: [SPARK-16476] Restructure MimaExcludes for easier union ...

2016-07-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14128 **[Test build #62066 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62066/consoleFull)** for PR 14128 at commit [`86e9d12`](https://github.com/apache/spark/commit/8

[GitHub] spark pull request #13704: [SPARK-15985][SQL] Reduce runtime overhead of a p...

2016-07-10 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/13704#discussion_r70193070 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/Cast.scala --- @@ -479,7 +479,7 @@ case class Cast(child: Expression, data

[GitHub] spark pull request #14128: [SPARK-16476] Restructure MimaExcludes for easier...

2016-07-10 Thread rxin
GitHub user rxin opened a pull request: https://github.com/apache/spark/pull/14128 [SPARK-16476] Restructure MimaExcludes for easier union excludes ## What changes were proposed in this pull request? It is currently fairly difficult to have proper mima excludes when we cut a ver

[GitHub] spark pull request #14127: [SPARK-15467][build] update janino version to 3.0...

2016-07-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/14127 --- 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 #14127: [SPARK-15467][build] update janino version to 3.0.0

2016-07-10 Thread rxin
Github user rxin commented on the issue: https://github.com/apache/spark/pull/14127 Thanks - merging in 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 wishe

[GitHub] spark issue #14114: [SPARK-16458][SQL] SessionCatalog should support `listCo...

2016-07-10 Thread dongjoon-hyun
Github user dongjoon-hyun commented on the issue: https://github.com/apache/spark/pull/14114 Thank you for comments! Both comment are tightly related to each other. I see what is your point. Yep, implicit use of "" string is not a good idea. I'll fix it again according to the advic

[GitHub] spark pull request #13248: [SPARK-15194] [ML] Add Python ML API for Multivar...

2016-07-10 Thread praveendareddy21
Github user praveendareddy21 commented on a diff in the pull request: https://github.com/apache/spark/pull/13248#discussion_r70192124 --- Diff: python/pyspark/ml/stat/distribution.py --- @@ -0,0 +1,267 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or mo

[GitHub] spark issue #14054: [SPARK-16226] [SQL] Weaken JDBC isolation level to avoid...

2016-07-10 Thread rxin
Github user rxin commented on the issue: https://github.com/apache/spark/pull/14054 I do feel it'd be useful to be configurable, but go ahead. As you said we can make it configurable later. --- If your project is set up for it, you can reply to this email and have your reply ap

[GitHub] spark issue #14118: [SPARK-16462][SPARK-16460][SPARK-15144][SQL] Make CSV ca...

2016-07-10 Thread rxin
Github user rxin commented on the issue: https://github.com/apache/spark/pull/14118 Thanks for the information. I'm still confused. From an end-user perspective, do we need to handle StringType there? --- If your project is set up for it, you can reply to this email and have your re

[GitHub] spark issue #14115: [SPARK-16459][SQL] Prevent dropping current database

2016-07-10 Thread rxin
Github user rxin commented on the issue: https://github.com/apache/spark/pull/14115 This looks alright. cc @hvanhovell can you review and merge? --- 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 d

[GitHub] spark pull request #14114: [SPARK-16458][SQL] SessionCatalog should support ...

2016-07-10 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/14114#discussion_r70191915 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/internal/CatalogImpl.scala --- @@ -138,7 +138,7 @@ class CatalogImpl(sparkSession: SparkSession) extends

[GitHub] spark pull request #14114: [SPARK-16458][SQL] SessionCatalog should support ...

2016-07-10 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/14114#discussion_r70191775 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalog.scala --- @@ -423,12 +442,13 @@ class SessionCatalog( * cont

[GitHub] spark issue #14116: [SPARK-16452][SQL] Support basic INFORMATION_SCHEMA

2016-07-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14116 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 #14116: [SPARK-16452][SQL] Support basic INFORMATION_SCHEMA

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

[GitHub] spark issue #14116: [SPARK-16452][SQL] Support basic INFORMATION_SCHEMA

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

[GitHub] spark issue #14124: [SPARK-16472][SQL] Inconsistent nullability in schema af...

2016-07-10 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/14124 Oh, I see, before this patch ``` +---+ | a| +---+ | 1| | 0| +---+ ``` after this patch ``` ++ | a| ++ | 1

[GitHub] spark issue #14116: [SPARK-16452][SQL] Support basic INFORMATION_SCHEMA

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

[GitHub] spark issue #14116: [SPARK-16452][SQL] Support basic INFORMATION_SCHEMA

2016-07-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14116 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 #14116: [SPARK-16452][SQL] Support basic INFORMATION_SCHEMA

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

[GitHub] spark issue #14124: [SPARK-16472][SQL] Inconsistent nullability in schema af...

2016-07-10 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/14124 Ah, yes it seems a bug to me.. I thought it throws an exception in that case. Does this PR introduce the problem? (Just curious and to be sure). --- If your project is set up for it, you can re

[GitHub] spark issue #14116: [SPARK-16452][SQL] Support basic INFORMATION_SCHEMA

2016-07-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14116 **[Test build #62065 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62065/consoleFull)** for PR 14116 at commit [`e6e96eb`](https://github.com/apache/spark/commit/e

[GitHub] spark issue #14116: [SPARK-16452][SQL] Support basic INFORMATION_SCHEMA

2016-07-10 Thread dongjoon-hyun
Github user dongjoon-hyun commented on the issue: https://github.com/apache/spark/pull/14116 Locally, the last commit passes the R test, too. Now, I think I've finished my first implementation. While waiting for #14114 and #14115 , I'll move on other new issues. --- If your proje

[GitHub] spark issue #14116: [SPARK-16452][SQL] Support basic INFORMATION_SCHEMA

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

[GitHub] spark issue #14114: [SPARK-16458][SQL] SessionCatalog should support `listCo...

2016-07-10 Thread dongjoon-hyun
Github user dongjoon-hyun commented on the issue: https://github.com/apache/spark/pull/14114 Hi, @rxin . Could you review this when you have some time? --- 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 d

[GitHub] spark issue #14115: [SPARK-16459][SQL] Prevent dropping current database

2016-07-10 Thread dongjoon-hyun
Github user dongjoon-hyun commented on the issue: https://github.com/apache/spark/pull/14115 After merging this, I'll add the same prevention for `information_schema`, too. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] spark issue #14127: [SPARK-15467][build] update janino version to 3.0.0

2016-07-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14127 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 #14127: [SPARK-15467][build] update janino version to 3.0.0

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

[GitHub] spark issue #14127: [SPARK-15467][build] update janino version to 3.0.0

2016-07-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14127 **[Test build #62063 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62063/consoleFull)** for PR 14127 at commit [`2c702c5`](https://github.com/apache/spark/commit/

[GitHub] spark issue #14115: [SPARK-16459][SQL] Prevent dropping current database

2016-07-10 Thread dongjoon-hyun
Github user dongjoon-hyun commented on the issue: https://github.com/apache/spark/pull/14115 Hi, @rxin . Could you review this again? --- 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 #14115: [SPARK-16459][SQL] Prevent dropping current database

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

[GitHub] spark issue #14115: [SPARK-16459][SQL] Prevent dropping current database

2016-07-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14115 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 #14115: [SPARK-16459][SQL] Prevent dropping current database

2016-07-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14115 **[Test build #62062 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62062/consoleFull)** for PR 14115 at commit [`1702c7e`](https://github.com/apache/spark/commit/

[GitHub] spark issue #14104: [SPARK-16438] Add Asynchronous Actions documentation

2016-07-10 Thread phalodi
Github user phalodi commented on the issue: https://github.com/apache/spark/pull/14104 @srowen @rxin Please review it and give your comments. ![screenshot from 2016-07-11 01-08-21](https://cloud.githubusercontent.com/assets/8075390/16715663/1305e0f6-4704-11e6-90e0-15f76a7bb1f8

[GitHub] spark issue #14116: [SPARK-16452][SQL][WIP] Basic INFORMATION_SCHEMA support

2016-07-10 Thread dongjoon-hyun
Github user dongjoon-hyun commented on the issue: https://github.com/apache/spark/pull/14116 `SparkR` failures are due to my TODO item. --- 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 fe

[GitHub] spark issue #14127: [SPARK-15467][build] update janino version to 3.0.0

2016-07-10 Thread kiszk
Github user kiszk commented on the issue: https://github.com/apache/spark/pull/14127 [Here](http://janino-compiler.github.io/janino/changelog.html) is a change log of Janino. Updates from 2.7.8 are the followings: - JANINO-186: Code size error message should include method nam

[GitHub] spark issue #14127: [SPARK-15467][build] update janino version to 3.0.0

2016-07-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14127 **[Test build #62063 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62063/consoleFull)** for PR 14127 at commit [`2c702c5`](https://github.com/apache/spark/commit/2

[GitHub] spark issue #14104: [SPARK-16438] Add Asynchronous Actions documentation

2016-07-10 Thread phalodi
Github user phalodi commented on the issue: https://github.com/apache/spark/pull/14104 @srowen i make changes as you suggest i remove the table and add a single below actions table and also change statement to be more clear about non blocking. --- If your project is set up for it, y

[GitHub] spark issue #14115: [SPARK-16459][SQL] Prevent dropping current database

2016-07-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14115 **[Test build #62062 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62062/consoleFull)** for PR 14115 at commit [`1702c7e`](https://github.com/apache/spark/commit/1

[GitHub] spark issue #14115: [SPARK-16459][SQL] Prevent dropping current database

2016-07-10 Thread dongjoon-hyun
Github user dongjoon-hyun commented on the issue: https://github.com/apache/spark/pull/14115 Thank you, @srowen . It's done! --- 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 enabl

[GitHub] spark issue #14104: [SPARK-16438] Add Asynchronous Actions documentation

2016-07-10 Thread phalodi
Github user phalodi commented on the issue: https://github.com/apache/spark/pull/14104 @srowen ok no problem so what you suggest should i remove the table and just add the line below the actions table and give link to scala and java docs? And the line "Spark provide asynchronous actio

[GitHub] spark issue #14097: [MINOR][Streaming][Docs] Minor changes on kinesis integr...

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

[GitHub] spark issue #14097: [MINOR][Streaming][Docs] Minor changes on kinesis integr...

2016-07-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14097 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 #14097: [MINOR][Streaming][Docs] Minor changes on kinesis integr...

2016-07-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14097 **[Test build #62061 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62061/consoleFull)** for PR 14097 at commit [`55dc2a2`](https://github.com/apache/spark/commit/

[GitHub] spark pull request #14115: [SPARK-16459][SQL] Prevent dropping current datab...

2016-07-10 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/14115#discussion_r70186581 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalog.scala --- @@ -49,6 +49,8 @@ class SessionCatalog(

[GitHub] spark pull request #14115: [SPARK-16459][SQL] Prevent dropping current datab...

2016-07-10 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/14115#discussion_r70186380 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalog.scala --- @@ -49,6 +49,8 @@ class SessionCatalog(

[GitHub] spark issue #14097: [MINOR][Streaming][Docs] Minor changes on kinesis integr...

2016-07-10 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14097 **[Test build #62061 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62061/consoleFull)** for PR 14097 at commit [`55dc2a2`](https://github.com/apache/spark/commit/5

[GitHub] spark pull request #14115: [SPARK-16459][SQL] Prevent dropping current datab...

2016-07-10 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/14115#discussion_r70186339 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/SessionCatalog.scala --- @@ -49,6 +49,8 @@ class SessionCatalog(

[GitHub] spark issue #14086: [SPARK-16463][SQL] Support `truncate` option in Overwrit...

2016-07-10 Thread dongjoon-hyun
Github user dongjoon-hyun commented on the issue: https://github.com/apache/spark/pull/14086 Thank you for review, @srowen . Currently, the `truncate` option will be ignored for other non-JDBC sources. IMO, most of them is **file-based* sources, so they do not need this. I

<    1   2   3   4   >