Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
AngersZhuuuu committed Apr 25, 2021
1 parent 6e652a1 commit c20bcef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sql/core/src/test/resources/sql-tests/inputs/transform.sql
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ REDUCE a, b, c

FROM (
SELECT TRANSFORM(a, b, c)
USING 'cat' AS (a, b, c)
USING 'cat' AS (a, b, c)
FROM complex_trans
CLUSTER BY a
) map_output
Expand All @@ -386,7 +386,7 @@ REDUCE a, b, c

FROM (
SELECT TRANSFORM(a, b, c)
USING 'cat' AS (a, b, c)
USING 'cat' AS (a, b, c)
FROM complex_trans
ORDER BY b
) map_output
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ struct<a:string,b:string,b:string>
-- !query
FROM (
SELECT TRANSFORM(a, b, c)
USING 'cat' AS (a, b, c)
USING 'cat' AS (a, b, c)
FROM complex_trans
CLUSTER BY a
) map_output
Expand Down Expand Up @@ -809,7 +809,7 @@ struct<a:string,b:string,b:string>
-- !query
FROM (
SELECT TRANSFORM(a, b, c)
USING 'cat' AS (a, b, c)
USING 'cat' AS (a, b, c)
FROM complex_trans
ORDER BY b
) map_output
Expand Down

0 comments on commit c20bcef

Please sign in to comment.