You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Luke Han (JIRA)" <ji...@apache.org> on 2015/09/01 04:12:45 UTC

[jira] [Commented] (KYLIN-983) Query sql offset keyword bug

    [ https://issues.apache.org/jira/browse/KYLIN-983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14724597#comment-14724597 ] 

Luke Han commented on KYLIN-983:
--------------------------------

Hi Xiaoyu, could you also please set right fix version for this patch?

It's better to have right setting for further release process:)

Thanks.

> Query sql offset keyword bug
> ----------------------------
>
>                 Key: KYLIN-983
>                 URL: https://issues.apache.org/jira/browse/KYLIN-983
>             Project: Kylin
>          Issue Type: Bug
>          Components: Query Engine, Storage - HBase
>    Affects Versions: v0.7.2
>            Reporter: Xiaoyu Wang
>            Assignee: liyang
>         Attachments: KYLIN-983-Query-sql-offset-keyword-bug.patch
>
>
> SQL is:
> {code}
> select type,count(*) from test group by type limit 1 offset 10
> {code}
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)