[GitHub] spark pull request: [SQL] Fixed expression data type matching.

2015-04-23 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/5675#discussion_r29024715 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/types/DataType.scala --- @@ -40,32 +40,46 @@ import org.apache.spark.util.Utils */ @Develop

[GitHub] spark pull request: [SQL] Fixed expression data type matching.

2015-04-23 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/5675#discussion_r29024422 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/types/DataType.scala --- @@ -40,32 +40,46 @@ import org.apache.spark.util.Utils */ @De

[GitHub] spark pull request: [SQL] Fixed expression data type matching.

2015-04-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/5675 --- 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 enab

[GitHub] spark pull request: [SQL] Fixed expression data type matching.

2015-04-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5675#issuecomment-95797394 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/30

[GitHub] spark pull request: [SQL] Fixed expression data type matching.

2015-04-23 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5675#issuecomment-95797389 [Test build #30902 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/30902/consoleFull) for PR 5675 at commit [`0f31856`](https://gith

[GitHub] spark pull request: [SQL] Fixed expression data type matching.

2015-04-23 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5675#issuecomment-95779552 [Test build #30902 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/30902/consoleFull) for PR 5675 at commit [`0f31856`](https://githu

[GitHub] spark pull request: [SQL] Fixed expression data type matching.

2015-04-23 Thread rxin
GitHub user rxin opened a pull request: https://github.com/apache/spark/pull/5675 [SQL] Fixed expression data type matching. Also took the chance to improve documentation for various types. You can merge this pull request into a Git repository by running: $ git pull https://gi

[GitHub] spark pull request: [SQL] Fixed expression data type matching.

2015-04-23 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/5675#discussion_r29020183 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen/CodeGenerator.scala --- @@ -279,7 +279,7 @@ abstract class CodeGenerator