Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
v0.7.2
-
None
-
Patch
Description
SQL is:
select type,count(*) from test group by type limit 1 offset 10
the resultset size is 0.
I see the hbase scanner only judge the limit size,not found the offset size.
The most queries offset is calcite service when the scan count bigger than limit+offset.
Attachments
Attachments
Issue Links
- is related to
-
KYLIN-1006 Restore ignore test cases in KylinQueryTest
- Closed
- relates to
-
KYLIN-1064 restore disabled queries in KylinQueryTest.testVerifyQuery
- Closed