[ https://issues.apache.org/jira/browse/IOTDB-4576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Yuan Tian reassigned IOTDB-4576: -------------------------------- Assignee: 李伟豪 > Use False if the series in the predicate does not exist > ------------------------------------------------------- > > Key: IOTDB-4576 > URL: https://issues.apache.org/jira/browse/IOTDB-4576 > Project: Apache IoTDB > Issue Type: Improvement > Reporter: Jialin Qiao > Assignee: 李伟豪 > Priority: Minor > > E.g., > select variable,number,save,value from root.product.1_data.57 where time > >=1664146800000 and time <=1664153923031 and variable in ( 'Location') order > by time asc > > The root.product.1_data.57.variable does not exist, then we treat the > predicate as time >=1664146800000 and time <=1664153923031 and false > > Refer to https://github.com/apache/iotdb/issues/7434 -- This message was sent by Atlassian Jira (v8.20.10#820010)