Search before asking
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?