[GitHub] spark pull request: [SPARK-8752][SQL] Add ExpectsInputTypes trait ...

2015-07-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/7151 --- 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: [SPARK-8752][SQL] Add ExpectsInputTypes trait ...

2015-07-01 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/7151#discussion_r33702376 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/Expression.scala --- @@ -266,16 +266,37 @@ abstract class UnaryExpression extend

[GitHub] spark pull request: [SPARK-8752][SQL] Add ExpectsInputTypes trait ...

2015-07-01 Thread chenghao-intel
Github user chenghao-intel commented on a diff in the pull request: https://github.com/apache/spark/pull/7151#discussion_r33685497 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/Expression.scala --- @@ -266,16 +266,37 @@ abstract class UnaryExpress

[GitHub] spark pull request: [SPARK-8752][SQL] Add ExpectsInputTypes trait ...

2015-07-01 Thread chenghao-intel
Github user chenghao-intel commented on a diff in the pull request: https://github.com/apache/spark/pull/7151#discussion_r33683599 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/HiveTypeCoercion.scala --- @@ -705,13 +705,13 @@ object HiveTypeCoercion

[GitHub] spark pull request: [SPARK-8752][SQL] Add ExpectsInputTypes trait ...

2015-07-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7151#issuecomment-117549366 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

[GitHub] spark pull request: [SPARK-8752][SQL] Add ExpectsInputTypes trait ...

2015-07-01 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/7151#issuecomment-117548977 [Test build #36237 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/36237/console) for PR 7151 at commit [`16cf07b`](https://github.

[GitHub] spark pull request: [SPARK-8752][SQL] Add ExpectsInputTypes trait ...

2015-07-01 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/7151#issuecomment-117499535 [Test build #36237 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/36237/consoleFull) for PR 7151 at commit [`16cf07b`](https://gith

[GitHub] spark pull request: [SPARK-8752][SQL] Add ExpectsInputTypes trait ...

2015-07-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7151#issuecomment-117497807 Merged build started. --- 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

[GitHub] spark pull request: [SPARK-8752][SQL] Add ExpectsInputTypes trait ...

2015-07-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7151#issuecomment-117497762 Merged build triggered. --- 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 h

[GitHub] spark pull request: [SPARK-8752][SQL] Add ExpectsInputTypes trait ...

2015-07-01 Thread rxin
GitHub user rxin opened a pull request: https://github.com/apache/spark/pull/7151 [SPARK-8752][SQL] Add ExpectsInputTypes trait for defining expected input types. This patch doesn't actually introduce any code that uses the new ExpectsInputTypes. It just adds the trait so others ca