Skip to content

Commit 471092d

Browse files
committed
add newline
1 parent 2da6f99 commit 471092d

File tree

1 file changed

+1
-1
lines changed
  • sql/core/src/test/resources/sql-tests/inputs

1 file changed

+1
-1
lines changed

sql/core/src/test/resources/sql-tests/inputs/window.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ ORDER BY cate, val;
114114
SELECT cate, sum(val) OVER (w)
115115
FROM testData
116116
WHERE val is not null
117-
WINDOW w AS (PARTITION BY cate ORDER BY val);
117+
WINDOW w AS (PARTITION BY cate ORDER BY val);

0 commit comments

Comments
 (0)