iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

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

Open SunnySaman opened this issue 3 years ago • 4 comments

问题描述

  • 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 中是可以正常操作的

SunnySaman avatar Aug 04 '22 09:08 SunnySaman

Hi, this is your first issue in IoTDB project. Thanks for your report. Welcome to join the community!

github-actions[bot] avatar Aug 04 '22 10:08 github-actions[bot]

@bigreybear PTAL

HTHou avatar Aug 05 '22 01:08 HTHou

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?

bigreybear avatar Aug 05 '22 09:08 bigreybear

yes

SunnySaman avatar Aug 09 '22 06:08 SunnySaman