Skip to content

Commit

Permalink
Minor: fix LEAD test description (#9451)
Browse files Browse the repository at this point in the history
* fix LEAD test description

* fix test description
  • Loading branch information
comphead authored Mar 4, 2024
1 parent 2651437 commit 684b4fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions datafusion/sqllogictest/test_files/window.slt
Original file line number Diff line number Diff line change
Expand Up @@ -4251,10 +4251,9 @@ LIMIT 5;
24 31
14 94

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

Expand Down

0 comments on commit 684b4fa

Please sign in to comment.