Skip to content

Commit dfe8dad

Browse files
committed
add test
1 parent 57e4df4 commit dfe8dad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datafusion/sqllogictest/test_files/aggregate.slt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5008,10 +5008,10 @@ query I??
50085008
SELECT column5, column1, avg(column1) OVER (PARTITION BY column5 ORDER BY column1 ROWS BETWEEN 1 PRECEDING AND CURRENT ROW) as window_avg
50095009
FROM d WHERE column1 IS NOT NULL;
50105010
----
5011-
1 0 days 0 hours 0 mins 1 secs 0 days 0 hours 0 mins 1 secs
5012-
1 0 days 0 hours 0 mins 11 secs 0 days 0 hours 0 mins 6 secs
50135011
2 0 days 0 hours 0 mins 5 secs 0 days 0 hours 0 mins 5 secs
50145012
2 0 days 0 hours 0 mins 25 secs 0 days 0 hours 0 mins 15 secs
5013+
1 0 days 0 hours 0 mins 1 secs 0 days 0 hours 0 mins 1 secs
5014+
1 0 days 0 hours 0 mins 11 secs 0 days 0 hours 0 mins 6 secs
50155015

50165016
# Cumulative average window function
50175017
query I??

0 commit comments

Comments
 (0)