We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2651437 commit 684b4faCopy full SHA for 684b4fa
datafusion/sqllogictest/test_files/window.slt
@@ -4251,10 +4251,9 @@ LIMIT 5;
4251
24 31
4252
14 94
4253
4254
-# 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.
4255
# decreasing batch size, causes data to be produced in smaller chunks at the source.
4256
# 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
4258
statement ok
4259
set datafusion.execution.batch_size = 1;
4260
0 commit comments