From 684b4fab75841672aabc4f3c2475e8c232acea20 Mon Sep 17 00:00:00 2001 From: comphead Date: Mon, 4 Mar 2024 14:29:53 -0800 Subject: [PATCH] Minor: fix LEAD test description (#9451) * fix LEAD test description * fix test description --- datafusion/sqllogictest/test_files/window.slt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/datafusion/sqllogictest/test_files/window.slt b/datafusion/sqllogictest/test_files/window.slt index 6994de3f92d5..92d2208029b1 100644 --- a/datafusion/sqllogictest/test_files/window.slt +++ b/datafusion/sqllogictest/test_files/window.slt @@ -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;