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 2021/01/29 05:02:28 UTC

[GitHub] [iotdb] qiaojialin opened a new issue #2598: Filter has some time series don't correspond to any known time series

qiaojialin opened a new issue #2598:
URL: https://github.com/apache/iotdb/issues/2598


   This is due to the where clause contains some non-exist time series.
   
   For example:
   
   create timeseries root.turbine1.d1.s2 with datatype=DOUBLE, encoding=GORILLA, compression=SNAPPY
   select * from root.turbine1.d1 where  s1=1
   
   You will get this error message.
   
   It's better to log which time series does not exist.


----------------------------------------------------------------
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.

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



[GitHub] [iotdb] HTHou closed issue #2598: Filter has some time series don't correspond to any known time series

Posted by GitBox <gi...@apache.org>.
HTHou closed issue #2598:
URL: https://github.com/apache/iotdb/issues/2598


   


----------------------------------------------------------------
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.

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



[GitHub] [iotdb] Alima777 commented on issue #2598: Filter has some time series don't correspond to any known time series

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


   Hi, don't forget to cherry-pick to 0.11.


----------------------------------------------------------------
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.

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