This is an automated email from the ASF dual-hosted git repository.
critas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
The following commit(s) were added to refs/heads/main by this push:
new f0c894be fix create timeseries with datatype in apache (#822)
f0c894be is described below
commit f0c894be3ad211ab7537633d265af4812dec879e
Author: leto-b <[email protected]>
AuthorDate: Thu Jul 24 10:04:08 2025 +0800
fix create timeseries with datatype in apache (#822)
---
src/zh/UserGuide/Master/Tree/Basic-Concept/Operate-Metadata_apache.md | 2 +-
src/zh/UserGuide/latest/Basic-Concept/Operate-Metadata_apache.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/src/zh/UserGuide/Master/Tree/Basic-Concept/Operate-Metadata_apache.md
b/src/zh/UserGuide/Master/Tree/Basic-Concept/Operate-Metadata_apache.md
index 3552ca2c..548cbdac 100644
--- a/src/zh/UserGuide/Master/Tree/Basic-Concept/Operate-Metadata_apache.md
+++ b/src/zh/UserGuide/Master/Tree/Basic-Concept/Operate-Metadata_apache.md
@@ -592,7 +592,7 @@ IoTDB > create timeseries root.ln.wf01.wt01.temperature
FLOAT
IoTDB > create timeseries root.ln.wf02.wt02.hardware TEXT
IoTDB > create timeseries root.ln.wf02.wt02.status BOOLEAN
IoTDB > create timeseries root.sgcc.wf03.wt01.status BOOLEAN
-IoTDB > create timeseries root.sgcc.wf03.wt01.temperature
+IoTDB > create timeseries root.sgcc.wf03.wt01.temperature FLOAT
```
创建时间序列时,系统会默认指定编码压缩方式,无需手动指定,若业务场景需要手动调整,可参考如下示例:
diff --git a/src/zh/UserGuide/latest/Basic-Concept/Operate-Metadata_apache.md
b/src/zh/UserGuide/latest/Basic-Concept/Operate-Metadata_apache.md
index 3552ca2c..548cbdac 100644
--- a/src/zh/UserGuide/latest/Basic-Concept/Operate-Metadata_apache.md
+++ b/src/zh/UserGuide/latest/Basic-Concept/Operate-Metadata_apache.md
@@ -592,7 +592,7 @@ IoTDB > create timeseries root.ln.wf01.wt01.temperature
FLOAT
IoTDB > create timeseries root.ln.wf02.wt02.hardware TEXT
IoTDB > create timeseries root.ln.wf02.wt02.status BOOLEAN
IoTDB > create timeseries root.sgcc.wf03.wt01.status BOOLEAN
-IoTDB > create timeseries root.sgcc.wf03.wt01.temperature
+IoTDB > create timeseries root.sgcc.wf03.wt01.temperature FLOAT
```
创建时间序列时,系统会默认指定编码压缩方式,无需手动指定,若业务场景需要手动调整,可参考如下示例: