iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

[Bug] timestamp_precision=us/ns使用group by滑动时间统计错误

Open orangezh0806 opened this issue 1 year ago • 2 comments

Search before asking

  • [X] I searched in the issues and found nothing similar.

Version

0.13.3

Describe the bug and provide the minimal reproduce step

timestamp_precision=us/ns使用group by滑动时间统计错误

使用SQL为:SELECT count(successTimes) as successTimes FROM root.bridata.dss.t_model.bridatafusionv2.NODE_DATA.1764953506462040064.a0fqzicu7b486019276 GROUP BY ([2024-03-05 22:00:00, 2024-03-06 11:00:00),1h)

image

image

What did you expect to see?

正确统计

What did you see instead?

无法正确统计

Anything else?

No response

Are you willing to submit a PR?

  • [X] I'm willing to submit a PR!

orangezh0806 avatar Mar 06 '24 02:03 orangezh0806

Hi, this is your first issue in IoTDB project. Thanks for your report. Welcome to join the community!

github-actions[bot] avatar Mar 06 '24 02:03 github-actions[bot]

可以试试最新的1.3 版本,0.13系列已经不维护了

HTHou avatar Mar 06 '24 06:03 HTHou