apache / apache/iotdb

A bug about version 0.13

Open
#4,869 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
6.4k
Forks
1.2k
Avg merge
1d 23h
Merged PRs (30d)
115

Description

**Describe the bug**
A clear and concise description of what the bug is.
I download the binary v0.13 from[https://github.com/SteveYurongSu/apache-iotdb-nightly-releases]( https://github.com/SteveYurongSu/apache-iotdb-nightly-releases).
It generates the following bug:

![image](https://user-images.githubusercontent.com/30475927/149862405-ec8ae50e-5771-4a9b-be62-5e59c0f0a2fe.png)

**To Reproduce**
Steps to reproduce the behavior:
1. create storage group root.CNNP.QF."01";
2. CREATE aligned TIMESERIES root.CNNP.QF."01"(QF_01_1RCP108MV_AVALUE FLOAT ENCODING=GORILLA compression=SNAPPY);
3. select QF_01_1RCP108MV_AVALUE from root.CNNP.QF."01";

**Expected behavior**
A clear and concise description of what you expected to happen.

> Msg: 322: Storage group is not set for current seriesPath: [root.CNNP.QF]

**Screenshots**
If applicable, add screenshots to help explain your problem.

![image](https://user-images.githubusercontent.com/30475927/149862810-64ff376e-3774-4797-98e3-4ac04764db39.png)

**Desktop (please complete the following information):**
- OS: [windows10]
- IoTDB 0.13, java 11

**Additional context**
Add any other context about the problem here.

Contributor guide

Open the contributing guide

Research direction

Reproduce the issue with IoTDB 0.13 on Java 11 using the three SQL statements in the report, then inspect the storage-group and aligned-timeseries handling involved in the reported series path. Done means identifying why the query reports that no storage group is set and adding a regression test or documenting the confirmed expected behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
database
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.