You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "limeng32 (Jira)" <ji...@apache.org> on 2022/04/27 10:08:00 UTC

[jira] [Created] (IOTDB-3024) In some cases, select without where condition cannot find all data

limeng32 created IOTDB-3024:
-------------------------------

             Summary: In some cases, select without where condition cannot find all data
                 Key: IOTDB-3024
                 URL: https://issues.apache.org/jira/browse/IOTDB-3024
             Project: Apache IoTDB
          Issue Type: Bug
            Reporter: limeng32


In a cq-select-into scenario, I found that the query results without where conditions in select are less than those with conditions, such as:

  SELECT key FROM root.yonyou.develop.monitor;

Found less than:

  SELECT key FROM root.yonyou.develop.monitor where key like '%%';

This problem persisted until I deleted the dataset. I'll record it here and update it later when I find a reproducible way.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)