You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/08/04 09:34:10 UTC

[GitHub] [iotdb] SunnySaman opened a new issue, #6896: 0.13.1 pre release 时间序列不能自动创建

SunnySaman opened a new issue, #6896:
URL: https://github.com/apache/iotdb/issues/6896

   
   **问题描述**
   - 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 中是可以正常操作的
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] bigreybear commented on issue #6896: 0.13.1 pre release 时间序列不能自动创建

Posted by GitBox <gi...@apache.org>.
bigreybear commented on issue #6896:
URL: https://github.com/apache/iotdb/issues/6896#issuecomment-1206237264

   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?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] github-actions[bot] commented on issue #6896: 0.13.1 pre release 时间序列不能自动创建

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #6896:
URL: https://github.com/apache/iotdb/issues/6896#issuecomment-1205042080

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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] HTHou commented on issue #6896: 0.13.1 pre release 时间序列不能自动创建

Posted by GitBox <gi...@apache.org>.
HTHou commented on issue #6896:
URL: https://github.com/apache/iotdb/issues/6896#issuecomment-1205945135

   @bigreybear PTAL


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] SunnySaman commented on issue #6896: 0.13.1 pre release 时间序列不能自动创建

Posted by GitBox <gi...@apache.org>.
SunnySaman commented on issue #6896:
URL: https://github.com/apache/iotdb/issues/6896#issuecomment-1208975598

   yes
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org