I found this very weird when using Apache IoTDB (version 0.12):
I execute show timeseries root.wind.1068.002 and the result shows there is no time series under this path. However, when I execute select *from root.wind.1068.002 limit 8, the result shows there is data under the same path.
What may be the possible reason for this?