Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Invalid
-
1.2.0
-
None
Description
Query produces wrong result:
select c_integer, lead(c_integer) over (order by c_integer), lead(c_integer) over (partition by c_time order by c_date) from j1 ;
Attached: q46.res (result generated from postgres)
q46.out (output from Drill)
j1.tar - table used in the query
I tried to reproduce the same error on a smaller data set without any success. Tried with the table with the same data as j1, but single parquet file: same behavior.