Yuan Tian created IOTDB-6107:
--------------------------------
Summary: CQ can be created successfully but failed to execute
Key: IOTDB-6107
URL: https://issues.apache.org/jira/browse/IOTDB-6107
Project: Apache IoTDB
Issue Type: Bug
Components: Core/Query
Reporter: Yuan Tian
Assignee: Yuan Tian
Attachments: image-2023-08-10-14-45-51-946.png
Use the following sql, I can successfully create CQ, but this CQ actually
cannot pass the semantic check. While it's executed, it will throw exception.
{code:java}
CREATE CONTINUOUS QUERY cq1
BEGIN
SELECT count(s1)
INTO root.cq.d1_d2(count_s1)
FROM root.db.d1, root.db.d2
GROUP BY(10s), LEVEL=1
END
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)