[GitHub] spark pull request #18488: [SPARK-21255][SQL][WIP] Fixed NPE when creating e...

2017-08-25 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/18488#discussion_r135377225 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/JavaTypeInference.scala --- @@ -118,6 +119,10 @@ object JavaTypeInference {

[GitHub] spark pull request #18488: [SPARK-21255][SQL][WIP] Fixed NPE when creating e...

2017-08-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/18488 --- 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 pull request #18488: [SPARK-21255][SQL][WIP] Fixed NPE when creating e...

2017-08-22 Thread mike0sv
Github user mike0sv commented on a diff in the pull request: https://github.com/apache/spark/pull/18488#discussion_r134622727 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/objects/objects.scala --- @@ -154,13 +154,13 @@ case class StaticInvoke(

[GitHub] spark pull request #18488: [SPARK-21255][SQL][WIP] Fixed NPE when creating e...

2017-08-22 Thread mike0sv
Github user mike0sv commented on a diff in the pull request: https://github.com/apache/spark/pull/18488#discussion_r134480556 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/objects/objects.scala --- @@ -154,13 +154,13 @@ case class StaticInvoke(

[GitHub] spark pull request #18488: [SPARK-21255][SQL][WIP] Fixed NPE when creating e...

2017-08-22 Thread mike0sv
Github user mike0sv commented on a diff in the pull request: https://github.com/apache/spark/pull/18488#discussion_r134479564 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/encoders/ExpressionEncoder.scala --- @@ -81,9 +81,19 @@ object ExpressionEncoder {

[GitHub] spark pull request #18488: [SPARK-21255][SQL][WIP] Fixed NPE when creating e...

2017-08-22 Thread mike0sv
Github user mike0sv commented on a diff in the pull request: https://github.com/apache/spark/pull/18488#discussion_r134478774 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/JavaTypeInference.scala --- @@ -429,6 +464,11 @@ object JavaTypeInference {

[GitHub] spark pull request #18488: [SPARK-21255][SQL][WIP] Fixed NPE when creating e...

2017-08-22 Thread mike0sv
Github user mike0sv commented on a diff in the pull request: https://github.com/apache/spark/pull/18488#discussion_r134478386 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/JavaTypeInference.scala --- @@ -345,6 +356,30 @@ object JavaTypeInference { }

[GitHub] spark pull request #18488: [SPARK-21255][SQL][WIP] Fixed NPE when creating e...

2017-08-22 Thread mike0sv
Github user mike0sv commented on a diff in the pull request: https://github.com/apache/spark/pull/18488#discussion_r134477534 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/JavaTypeInference.scala --- @@ -345,6 +356,30 @@ object JavaTypeInference { }

[GitHub] spark pull request #18488: [SPARK-21255][SQL][WIP] Fixed NPE when creating e...

2017-08-22 Thread mike0sv
Github user mike0sv commented on a diff in the pull request: https://github.com/apache/spark/pull/18488#discussion_r134477280 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/JavaTypeInference.scala --- @@ -345,6 +356,30 @@ object JavaTypeInference { }

[GitHub] spark pull request #18488: [SPARK-21255][SQL][WIP] Fixed NPE when creating e...

2017-08-22 Thread mike0sv
Github user mike0sv commented on a diff in the pull request: https://github.com/apache/spark/pull/18488#discussion_r134475878 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/JavaTypeInference.scala --- @@ -303,6 +309,11 @@ object JavaTypeInference {

[GitHub] spark pull request #18488: [SPARK-21255][SQL][WIP] Fixed NPE when creating e...

2017-08-22 Thread mike0sv
Github user mike0sv commented on a diff in the pull request: https://github.com/apache/spark/pull/18488#discussion_r134475250 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/JavaTypeInference.scala --- @@ -118,6 +119,10 @@ object JavaTypeInference {

[GitHub] spark pull request #18488: [SPARK-21255][SQL][WIP] Fixed NPE when creating e...

2017-08-15 Thread mike0sv
Github user mike0sv commented on a diff in the pull request: https://github.com/apache/spark/pull/18488#discussion_r133194603 --- Diff: sql/catalyst/src/main/java/org/apache/spark/sql/catalyst/expressions/ExpressionInfo.java --- @@ -79,7 +79,7 @@ public ExpressionInfo(

[GitHub] spark pull request #18488: [SPARK-21255][SQL][WIP] Fixed NPE when creating e...

2017-08-14 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/18488#discussion_r132983668 --- Diff: sql/catalyst/src/main/java/org/apache/spark/sql/catalyst/expressions/ExpressionInfo.java --- @@ -79,7 +79,7 @@ public ExpressionInfo(

[GitHub] spark pull request #18488: [SPARK-21255][SQL][WIP] Fixed NPE when creating e...

2017-08-10 Thread mike0sv
Github user mike0sv commented on a diff in the pull request: https://github.com/apache/spark/pull/18488#discussion_r132489991 --- Diff: sql/catalyst/src/main/java/org/apache/spark/sql/catalyst/expressions/ExpressionInfo.java --- @@ -79,7 +79,7 @@ public ExpressionInfo(

[GitHub] spark pull request #18488: [SPARK-21255][SQL][WIP] Fixed NPE when creating e...

2017-08-10 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/18488#discussion_r132468980 --- Diff: sql/catalyst/src/main/java/org/apache/spark/sql/catalyst/expressions/ExpressionInfo.java --- @@ -79,7 +79,7 @@ public ExpressionInfo(

[GitHub] spark pull request #18488: [SPARK-21255][SQL][WIP] Fixed NPE when creating e...

2017-07-03 Thread mike0sv
Github user mike0sv commented on a diff in the pull request: https://github.com/apache/spark/pull/18488#discussion_r125360956 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/JavaTypeInference.scala --- @@ -344,6 +352,28 @@ object JavaTypeInference { }

[GitHub] spark pull request #18488: [SPARK-21255][SQL][WIP] Fixed NPE when creating e...

2017-07-03 Thread mike0sv
Github user mike0sv commented on a diff in the pull request: https://github.com/apache/spark/pull/18488#discussion_r125360539 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/JavaTypeInference.scala --- @@ -344,6 +352,28 @@ object JavaTypeInference { }

[GitHub] spark pull request #18488: [SPARK-21255][SQL][WIP] Fixed NPE when creating e...

2017-07-03 Thread mike0sv
Github user mike0sv commented on a diff in the pull request: https://github.com/apache/spark/pull/18488#discussion_r125358120 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/JavaTypeInference.scala --- @@ -127,19 +128,24 @@ object JavaTypeInference {

[GitHub] spark pull request #18488: [SPARK-21255][SQL][WIP] Fixed NPE when creating e...

2017-07-03 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/18488#discussion_r125346554 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/JavaTypeInference.scala --- @@ -127,19 +128,24 @@ object JavaTypeInference {

[GitHub] spark pull request #18488: [SPARK-21255][SQL][WIP] Fixed NPE when creating e...

2017-07-03 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/18488#discussion_r125346872 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/JavaTypeInference.scala --- @@ -127,19 +128,24 @@ object JavaTypeInference {

[GitHub] spark pull request #18488: [SPARK-21255][SQL][WIP] Fixed NPE when creating e...

2017-07-03 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/18488#discussion_r125346760 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/JavaTypeInference.scala --- @@ -344,6 +352,28 @@ object JavaTypeInference { }