[GitHub] spark pull request #22827: [SPARK-25832][SQL] Revert newly added map related...

2018-10-25 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/22827#discussion_r228269628 --- Diff: sql/core/src/test/resources/sql-tests/inputs/higher-order-functions.sql --- @@ -60,8 +60,3 @@ select zip_with(array('a', 'b', 'c'), array('d

[GitHub] spark pull request #22827: [SPARK-25832][SQL] Revert newly added map related...

2018-10-25 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/22827#discussion_r228267525 --- Diff: sql/core/src/test/resources/sql-tests/inputs/higher-order-functions.sql --- @@ -60,8 +60,3 @@ select zip_with(array('a', 'b', 'c'), array('d',

[GitHub] spark pull request #22827: [SPARK-25832][SQL] Revert newly added map related...

2018-10-25 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/22827#discussion_r228267271 --- Diff: sql/core/src/test/resources/sql-tests/inputs/higher-order-functions.sql --- @@ -60,8 +60,3 @@ select zip_with(array('a', 'b', 'c'), array('d

[GitHub] spark pull request #22827: [SPARK-25832][SQL] Revert newly added map related...

2018-10-25 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/22827#discussion_r228263430 --- Diff: sql/core/src/test/resources/sql-tests/inputs/higher-order-functions.sql --- @@ -65,21 +65,3 @@ create or replace temporary view nested as va

[GitHub] spark pull request #22827: [SPARK-25832][SQL] Revert newly added map related...

2018-10-25 Thread gatorsmile
GitHub user gatorsmile opened a pull request: https://github.com/apache/spark/pull/22827 [SPARK-25832][SQL] Revert newly added map related functions ## What changes were proposed in this pull request? - Revert [SPARK-23935][SQL] Adding map_entries function: https://github.c