[GitHub] spark pull request #14648: [SPARK-16995][SQL] TreeNodeException when flat ma...

2016-08-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/14648 --- 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 #14648: [SPARK-16995][SQL] TreeNodeException when flat ma...

2016-08-17 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/14648#discussion_r75125451 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala --- @@ -727,6 +727,19 @@ object FoldablePropagation extends

[GitHub] spark pull request #14648: [SPARK-16995][SQL] TreeNodeException when flat ma...

2016-08-17 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/14648#discussion_r75123948 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DatasetSuite.scala --- @@ -878,6 +878,21 @@ class DatasetSuite extends QueryTest with SharedSQLCont

[GitHub] spark pull request #14648: [SPARK-16995][SQL] TreeNodeException when flat ma...

2016-08-17 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/14648#discussion_r75123592 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala --- @@ -727,6 +727,19 @@ object FoldablePropagation extends

[GitHub] spark pull request #14648: [SPARK-16995][SQL] TreeNodeException when flat ma...

2016-08-16 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/14648#discussion_r74948334 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala --- @@ -727,6 +727,19 @@ object FoldablePropagation extends Rul

[GitHub] spark pull request #14648: [SPARK-16995][SQL] TreeNodeException when flat ma...

2016-08-16 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/14648#discussion_r74947367 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala --- @@ -727,6 +727,19 @@ object FoldablePropagation extends

[GitHub] spark pull request #14648: [SPARK-16995][SQL] TreeNodeException when flat ma...

2016-08-15 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/14648#discussion_r74881208 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala --- @@ -727,6 +727,13 @@ object FoldablePropagation extends Rul

[GitHub] spark pull request #14648: [SPARK-16995][SQL] TreeNodeException when flat ma...

2016-08-15 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/14648#discussion_r74880666 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala --- @@ -727,6 +727,13 @@ object FoldablePropagation extends

[GitHub] spark pull request #14648: [SPARK-16995][SQL] TreeNodeException when flat ma...

2016-08-15 Thread viirya
GitHub user viirya opened a pull request: https://github.com/apache/spark/pull/14648 [SPARK-16995][SQL] TreeNodeException when flat mapping RelationalGroupedDataset created from DataFrame containing a column created with lit/expr ## What changes were proposed in this pull request?