iotdb
iotdb copied to clipboard
0.13.1 pre release 时间序列不能自动创建
问题描述
- iotdb 版本:0.13.1 pre release
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 中是可以正常操作的
Hi, this is your first issue in IoTDB project. Thanks for your report. Welcome to join the community!
@bigreybear PTAL
Sorry but I can execute that sucessfully with 0.13.1 server and client. So I have to make sure that whether you are issuing statments with BOTH client and server within 0.13.1?
yes