[GitHub] spark pull request #19867: [SPARK-22675] [SQL] Deduplicate PropagateTypes in...

2017-12-03 Thread gatorsmile
Github user gatorsmile closed the pull request at: https://github.com/apache/spark/pull/19867 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail:

[GitHub] spark pull request #19867: [SPARK-22675] [SQL] Deduplicate PropagateTypes in...

2017-12-02 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/19867#discussion_r154515010 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/TypeCoercion.scala --- @@ -56,7 +56,6 @@ object TypeCoercion {

[GitHub] spark pull request #19867: [SPARK-22675] [SQL] Deduplicate PropagateTypes in...

2017-12-02 Thread gatorsmile
GitHub user gatorsmile opened a pull request: https://github.com/apache/spark/pull/19867 [SPARK-22675] [SQL] Deduplicate PropagateTypes in TypeCoercion ## What changes were proposed in this pull request? We do not need to call `PropagateTypes ` twice in the same batch. The