Haimei Guo created IOTDB-1453:
---------------------------------
Summary: cluster/server query time range error message diff
Key: IOTDB-1453
URL: https://issues.apache.org/jira/browse/IOTDB-1453
Project: Apache IoTDB
Issue Type: Bug
Reporter: Haimei Guo
Attachments: image-2021-06-24-14-31-44-973.png
when query a time range that includes no data point, server and cluster mode
behave differently. Cluster throws an error message, and server returns an
empty result set. The details are shown below.
sql:
select status, temperature from root.ln.wf01.wt01 where time <
2017-11-01T00:05:00.000 and time > 2017-11-01T00:12:00.000
!image-2021-06-24-14-31-44-973.png!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)