Skip to content

[Bug] 使用last_value 查询时加上where time <= ****** align by device; 就会报错 #9666

@sen9912

Description

@sen9912

Search before asking

  • I searched in the issues and found nothing similar.

Version

1.0.0

Describe the bug and provide the minimal reproduce step

select last_value(cumulative_flow), last_value(forward_cumulative_flow), last_value(reverse_cumulative_flow)
from ****
where time <= **** align by device;

What did you expect to see?

应该可以查询到数据

What did you see instead?

[[INTERNAL_SERVER_ERROR(305)] Exception occurred: "select last_value(cumulative_flow), last_value(forward_cumulative_flow), last_value(reverse_cumulative_flow)

Anything else?

No response

Are you willing to submit a PR?

  • I'm willing to submit a PR!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions