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 values (1, map(1, 1, 2, 2, 3, 3)), (2, map(4, 4, 5, 5, 6, 6)) as t(x, ys); --- End diff -- We should revert line 64~67 because they are introduced by [SPARK-23939 Add transform_keys function](https://github.com/apache/spark/commit/5b4a38d826807ea6733e4382c8f9b82a355a6eb4).
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org