Hi,
Kylin is not returning any results if my query includes limit and offset.
Ex: select a, b, c, from fact_table group by a, b order by a dsc offset 10000 
limit 30
This query works well for rows upto 10K and beyond that it returns blank rows. 

I also noticed that the total scan count is always 10001. 

If I don't use offset and limit I always get all rows.
KYLIN VERSION = 1.2

I appreciate any help.

Thanks
Raja

Reply via email to