Skip to content

Commit 684b4fa

Browse files
authored
Minor: fix LEAD test description (apache#9451)
* fix LEAD test description * fix test description
1 parent 2651437 commit 684b4fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

datafusion/sqllogictest/test_files/window.slt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4251,10 +4251,9 @@ LIMIT 5;
42514251
24 31
42524252
14 94
42534253

4254-
# result should be same with above, when lag algorithm work with pruned data.
4254+
# result should be same with above, when LAG/LEAD algorithm work with pruned data.
42554255
# decreasing batch size, causes data to be produced in smaller chunks at the source.
42564256
# Hence sliding window algorithm is used during calculations.
4257-
# LEAD function to be added, there is some bug with incoming data array when LEAD is called
42584257
statement ok
42594258
set datafusion.execution.batch_size = 1;
42604259

0 commit comments

Comments
 (0)