apache / apache/iotdb

0.13.1 pre release 时间序列不能自动创建

未关闭
#6,896 4 条评论 2 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Java
星标
6.4k
派生
1.2k
平均合并
1 天 23 小时
30 天内合并 PR
115

描述

**问题描述**
- iotdb 版本:[0.13.1 pre release ]([apache-iotdb-0.13.1-server-bin.zip](https://github.com/apache/iotdb/releases/download/v0.13.1/apache-iotdb-0.13.1-server-bin.zip))
- `iotdb-engine.properties` 配置文件中` enable_auto_create_schema=true `这个已经开启
- 以下是做的操作:
```
IoTDB> create storage group root.fz4.ceshi.s_2;
Msg: The statement is executed successfully.
IoTDB> create schema template tceshi aligned (
> long_value int64 encoding=RLE,
> station_id int32 encoding=RLE);
Msg: The statement is executed successfully.
IoTDB> set schema template tceshi to root.fz4.ceshi.s_2;
Msg: The statement is executed successfully.
IoTDB> insert into root.fz4.ceshi.s_2.io_1(timestamp,long_value,station_id) aligned values(now(),1,1);
Msg: 304: Path [root.fz4.ceshi.s_2.io_1] does not exist

```
- 该操作在 0.13 release 中是可以正常操作的

贡献指南

打开贡献指南

调研方向

使用 enable_auto_create_schema=true 重现报告中的 SQL 序列:创建存储组和对齐模式模板,设置模板,然后运行对齐插入。在 0.13 发布版和 0.13.1 预发布版之间比较结果;当插入不再报告路径不存在时,即表示完成。

由索引模型根据 Issue 内容生成。

评估

技术栈
java
领域
databases
Issue 类型
缺陷
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。