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: [email protected]
