'an error about apache iotdb database nightly version 0.13
I download the binary v0.13 fromhttps://github.com/SteveYurongSu/apache-iotdb-nightly-releases. It generates the following bug:
To Reproduce Steps to reproduce the behavior: create storage group root.CNNP.QF."01"; CREATE aligned TIMESERIES root.CNNP.QF."01"(QF_01_1RCP108MV_AVALUE FLOAT ENCODING=GORILLA compression=SNAPPY); select QF_01_1RCP108MV_AVALUE from root.CNNP.QF."01"; error: Msg: 322: Storage group is not set for current seriesPath: [root.CNNP.QF]
Desktop: OS: [windows10] IoTDB 0.13, java 11 enter image description here
Solution 1:[1]
this problem has been fixed and you can use the latest code on master branch to check or wait for today's nightly release.
Besides, we have update some sql syntax. The double quotes don't work as escape character any more. You will need to use the back quotes, for example create storage group root.CNNP.QF.01.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 |
