[GitHub] spark pull request #20006: [SPARK-22821][TEST] Basic tests for WidenSetOpera...

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

[GitHub] spark pull request #20006: [SPARK-22821][TEST] Basic tests for WidenSetOpera...

2017-12-19 Thread wangyum
Github user wangyum commented on a diff in the pull request: https://github.com/apache/spark/pull/20006#discussion_r157691771 --- Diff: sql/core/src/test/resources/sql-tests/inputs/typeCoercion/native/booleanEquality.sql --- @@ -0,0 +1,122 @@ +-- +-- Licensed to the

[GitHub] spark pull request #20006: [SPARK-22821][TEST] Basic tests for WidenSetOpera...

2017-12-19 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/20006#discussion_r157685723 --- Diff: sql/core/src/test/resources/sql-tests/inputs/typeCoercion/native/widenSetOperationTypes.sql --- @@ -0,0 +1,489 @@ +-- +-- Licensed

[GitHub] spark pull request #20006: [SPARK-22821][TEST] Basic tests for WidenSetOpera...

2017-12-19 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/20006#discussion_r157685103 --- Diff: sql/core/src/test/resources/sql-tests/inputs/typeCoercion/native/stackCoercion.sql --- @@ -0,0 +1,174 @@ +-- +-- Licensed to the

[GitHub] spark pull request #20006: [SPARK-22821][TEST] Basic tests for WidenSetOpera...

2017-12-19 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/20006#discussion_r157684277 --- Diff: sql/core/src/test/resources/sql-tests/inputs/typeCoercion/native/division.sql --- @@ -0,0 +1,187 @@ +-- +-- Licensed to the Apache

[GitHub] spark pull request #20006: [SPARK-22821][TEST] Basic tests for WidenSetOpera...

2017-12-19 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/20006#discussion_r157684062 --- Diff: sql/core/src/test/resources/sql-tests/inputs/typeCoercion/native/booleanEquality.sql --- @@ -0,0 +1,122 @@ +-- +-- Licensed to the

[GitHub] spark pull request #20006: [SPARK-22821][TEST] Basic tests for WidenSetOpera...

2017-12-18 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/20006#discussion_r157420436 --- Diff: sql/core/src/test/resources/sql-tests/inputs/typeCoercion/native/booleanEquality.sql --- @@ -0,0 +1,70 @@ +-- +-- Licensed to the

[GitHub] spark pull request #20006: [SPARK-22821][TEST] Basic tests for WidenSetOpera...

2017-12-17 Thread wangyum
GitHub user wangyum opened a pull request: https://github.com/apache/spark/pull/20006 [SPARK-22821][TEST] Basic tests for WidenSetOperationTypes, BooleanEquality, StackCoercion and Division ## What changes were proposed in this pull request? Test Coverage for