You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/09/26 09:54:07 UTC

[GitHub] [iotdb] Haze-Lan opened a new issue, #7434: 当时序不存在的时候能否直接返回空

Haze-Lan opened a new issue, #7434:
URL: https://github.com/apache/iotdb/issues/7434

   IoTDB> 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
   Msg: 411: Error occurred in query process: Unknown time series root.product.1_data.57.variable in `where clause`
   
   因为设备未报数据过来所以 表内是没有数据的,如果要过滤某个值就会报错,这里能不能处理成跟time一样 没有值就返回为空


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] jixuan1989 closed issue #7434: 当时序不存在的时候能否直接返回空

Posted by GitBox <gi...@apache.org>.
jixuan1989 closed issue #7434: 当时序不存在的时候能否直接返回空
URL: https://github.com/apache/iotdb/issues/7434


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] HTHou commented on issue #7434: 当时序不存在的时候能否直接返回空

Posted by GitBox <gi...@apache.org>.
HTHou commented on issue #7434:
URL: https://github.com/apache/iotdb/issues/7434#issuecomment-1257831522

   @JackieTien97 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] jixuan1989 commented on issue #7434: 当时序不存在的时候能否直接返回空

Posted by GitBox <gi...@apache.org>.
jixuan1989 commented on issue #7434:
URL: https://github.com/apache/iotdb/issues/7434#issuecomment-1264223925

   IMO, it is different between "no data" and "no schema".. Users may need to do some other action when they meet  the latter case.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] Wei-hao-Li commented on issue #7434: 当时序不存在的时候能否直接返回空

Posted by GitBox <gi...@apache.org>.
Wei-hao-Li commented on issue #7434:
URL: https://github.com/apache/iotdb/issues/7434#issuecomment-1308435384

   Has implemented in this [PR](https://github.com/apache/iotdb/pull/7924).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] github-actions[bot] commented on issue #7434: 当时序不存在的时候能否直接返回空

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #7434:
URL: https://github.com/apache/iotdb/issues/7434#issuecomment-1258096690

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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] qiaojialin commented on issue #7434: 当时序不存在的时候能否直接返回空

Posted by GitBox <gi...@apache.org>.
qiaojialin commented on issue #7434:
URL: https://github.com/apache/iotdb/issues/7434#issuecomment-1269583898

   Thanks for reporting, we will optimize this 
   https://issues.apache.org/jira/browse/IOTDB-4576


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org