Skip to content

Commit

Permalink
Update transform.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
AngersZhuuuu committed Apr 26, 2021
1 parent d1abdd5 commit 15832ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/core/src/test/resources/sql-tests/inputs/transform.sql
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ FROM script_trans
WHERE a <= 2
GROUP BY b;

-- SPARK-33985 TRANSFORM with CLUSTER BY/ORDER BY/SORT BY
-- SPARK-33985: TRANSFORM with CLUSTER BY/ORDER BY/SORT BY
FROM (
FROM complex_trans
MAP a, b
Expand Down

0 comments on commit 15832ce

Please sign in to comment.