Skip to content

Commit

Permalink
revert due to dup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiayu Liu committed Jun 13, 2021
1 parent 77307fd commit 81a834e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions integration-tests/sqls/simple_window_ordered_aggregation.sql
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ SELECT
c9,
row_number() OVER (ORDER BY c2, c9) AS row_number,
count(c3) OVER (ORDER BY c9) AS count_c3,
avg(c3) OVER (ORDER BY c1) AS avg_c3_by_c1,
sum(c3) OVER (ORDER BY c1) AS sum_c3_by_c1,
max(c3) OVER (ORDER BY c1) AS max_c3_by_c1,
min(c3) OVER (ORDER BY c1) AS min_c3_by_c1,
avg(c3) OVER (ORDER BY c2) AS avg_c3_by_c2,
sum(c3) OVER (ORDER BY c2) AS sum_c3_by_c2,
max(c3) OVER (ORDER BY c2) AS max_c3_by_c2,
Expand Down

0 comments on commit 81a834e

Please sign in to comment.