Skip to content

LIMIT子句与GROUP BY子句组合 0.10.0版本中无效 (can not use "limit" and "group by" together) #1505

@zhangJiangKai

Description

@zhangJiangKai

Describe the bug
0.10.0版本中 样例数据测试
select count(status), max_value(temperature) from root.ln.wf01.wt01 group by ([2017-11-01T00:00:00, 2017-11-07T23:00:00),1d) limit 5 offset 3

select count(status), max_value(temperature) from root.ln.wf01.wt01 group by ([2017-11-01T00:00:00, 2017-11-07T23:00:00),1d)
结果一致

Expected behavior
文档结果为
image

Screenshots
实际结果

image

Desktop (please complete the following information):

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions