[GitHub] spark pull request #15693: [SPARK-18125][SQL] Fix a compilation error in cod...

2016-11-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/15693 --- 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 #15693: [SPARK-18125][SQL] Fix a compilation error in cod...

2016-11-04 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/15693#discussion_r86656043 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/ReferenceToExpressions.scala --- @@ -63,15 +63,33 @@ case class ReferenceToEx

[GitHub] spark pull request #15693: [SPARK-18125][SQL] Fix a compilation error in cod...

2016-11-04 Thread hvanhovell
Github user hvanhovell commented on a diff in the pull request: https://github.com/apache/spark/pull/15693#discussion_r86601596 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/ReferenceToExpressions.scala --- @@ -63,15 +63,33 @@ case class Reference

[GitHub] spark pull request #15693: [SPARK-18125][SQL] Fix a compilation error in cod...

2016-10-31 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/15693#discussion_r85740867 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/ReferenceToExpressions.scala --- @@ -67,11 +67,27 @@ case class ReferenceToEx

[GitHub] spark pull request #15693: [SPARK-18125][SQL] Fix a compilation error in cod...

2016-10-31 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/15693#discussion_r85739963 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/ReferenceToExpressions.scala --- @@ -67,11 +67,27 @@ case class ReferenceToEx

[GitHub] spark pull request #15693: [SPARK-18125][SQL] Fix a compilation error in cod...

2016-10-31 Thread hvanhovell
Github user hvanhovell commented on a diff in the pull request: https://github.com/apache/spark/pull/15693#discussion_r85738758 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/ReferenceToExpressions.scala --- @@ -67,11 +67,27 @@ case class Reference

[GitHub] spark pull request #15693: [SPARK-18125][SQL] Fix a compilation error in cod...

2016-10-31 Thread viirya
GitHub user viirya opened a pull request: https://github.com/apache/spark/pull/15693 [SPARK-18125][SQL] Fix a compilation error in codegen due to splitExpression ## What changes were proposed in this pull request? As reported in the jira, sometimes the generated java code in