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 55c1fefe Yr 196 data synchronization does not support from 1. x to 2. 
x (#704)
55c1fefe is described below

commit 55c1fefeb87ce980d5a9aabc1425177430027761
Author: W1y1r <[email protected]>
AuthorDate: Thu Apr 17 19:00:54 2025 +0800

    Yr 196 data synchronization does not support from 1. x to 2. x (#704)
    
    * Data synchronization does not support from 1. x to 2. x
    
    * Cannot support data synchronization between 1. x and 2. x
---
 src/UserGuide/Master/Table/User-Manual/Data-Sync_apache.md     | 3 +--
 src/UserGuide/Master/Table/User-Manual/Data-Sync_timecho.md    | 3 +--
 src/UserGuide/latest-Table/User-Manual/Data-Sync_apache.md     | 3 +--
 src/UserGuide/latest-Table/User-Manual/Data-Sync_timecho.md    | 3 +--
 src/zh/UserGuide/Master/Table/User-Manual/Data-Sync_apache.md  | 3 +--
 src/zh/UserGuide/Master/Table/User-Manual/Data-Sync_timecho.md | 3 +--
 src/zh/UserGuide/latest-Table/User-Manual/Data-Sync_apache.md  | 3 +--
 src/zh/UserGuide/latest-Table/User-Manual/Data-Sync_timecho.md | 3 +--
 8 files changed, 8 insertions(+), 16 deletions(-)

diff --git a/src/UserGuide/Master/Table/User-Manual/Data-Sync_apache.md 
b/src/UserGuide/Master/Table/User-Manual/Data-Sync_apache.md
index d218206f..85a2e321 100644
--- a/src/UserGuide/Master/Table/User-Manual/Data-Sync_apache.md
+++ b/src/UserGuide/Master/Table/User-Manual/Data-Sync_apache.md
@@ -79,8 +79,7 @@ By declaratively configuring these three parts in an SQL 
statement, flexible dat
 
 ### 1.2 Functional Limitations and Notes
 
-- Supports data synchronization from IoTDB version 1.x series to version 2.x 
and later.
-- Does not support data synchronization from IoTDB version 2.x series to 
version 1.x series.
+- Data synchronization between IoTDB of 1. x series version and IoTDB of 2. x 
and above series versions is not supported.
 - When performing data synchronization tasks, avoid executing any deletion 
operations to prevent inconsistencies between the two ends.
 - The `pipe` and `pipe plugins` for tree models and table models are designed 
to be isolated from each other. Before creating a `pipe`, it is recommended to 
first use the `show` command to query the built-in plugins available under the 
current `-sql_dialect` parameter configuration to ensure syntax compatibility 
and functional support.
 
diff --git a/src/UserGuide/Master/Table/User-Manual/Data-Sync_timecho.md 
b/src/UserGuide/Master/Table/User-Manual/Data-Sync_timecho.md
index a855ecdf..b8c9c5b6 100644
--- a/src/UserGuide/Master/Table/User-Manual/Data-Sync_timecho.md
+++ b/src/UserGuide/Master/Table/User-Manual/Data-Sync_timecho.md
@@ -78,8 +78,7 @@ By declaratively configuring these three parts in an SQL 
statement, flexible dat
 
 ### 1.2 Functional Limitations and Notes
 
-- Supports data synchronization from IoTDB version 1.x series to version 2.x 
and later.
-- Does not support data synchronization from IoTDB version 2.x series to 
version 1.x series.
+- Data synchronization between IoTDB of 1. x series version and IoTDB of 2. x 
and above series versions is not supported.
 - When performing data synchronization tasks, avoid executing any deletion 
operations to prevent inconsistencies between the two ends.
 - The `pipe` and `pipe plugins` for tree models and table models are designed 
to be isolated from each other. Before creating a `pipe`, it is recommended to 
first use the `show` command to query the built-in plugins available under the 
current `-sql_dialect` parameter configuration to ensure syntax compatibility 
and functional support.
 
diff --git a/src/UserGuide/latest-Table/User-Manual/Data-Sync_apache.md 
b/src/UserGuide/latest-Table/User-Manual/Data-Sync_apache.md
index d218206f..85a2e321 100644
--- a/src/UserGuide/latest-Table/User-Manual/Data-Sync_apache.md
+++ b/src/UserGuide/latest-Table/User-Manual/Data-Sync_apache.md
@@ -79,8 +79,7 @@ By declaratively configuring these three parts in an SQL 
statement, flexible dat
 
 ### 1.2 Functional Limitations and Notes
 
-- Supports data synchronization from IoTDB version 1.x series to version 2.x 
and later.
-- Does not support data synchronization from IoTDB version 2.x series to 
version 1.x series.
+- Data synchronization between IoTDB of 1. x series version and IoTDB of 2. x 
and above series versions is not supported.
 - When performing data synchronization tasks, avoid executing any deletion 
operations to prevent inconsistencies between the two ends.
 - The `pipe` and `pipe plugins` for tree models and table models are designed 
to be isolated from each other. Before creating a `pipe`, it is recommended to 
first use the `show` command to query the built-in plugins available under the 
current `-sql_dialect` parameter configuration to ensure syntax compatibility 
and functional support.
 
diff --git a/src/UserGuide/latest-Table/User-Manual/Data-Sync_timecho.md 
b/src/UserGuide/latest-Table/User-Manual/Data-Sync_timecho.md
index d0284692..cbc0dff0 100644
--- a/src/UserGuide/latest-Table/User-Manual/Data-Sync_timecho.md
+++ b/src/UserGuide/latest-Table/User-Manual/Data-Sync_timecho.md
@@ -78,8 +78,7 @@ By declaratively configuring these three parts in an SQL 
statement, flexible dat
 
 ### 1.2 Functional Limitations and Notes
 
-- Supports data synchronization from IoTDB version 1.x series to version 2.x 
and later.
-- Does not support data synchronization from IoTDB version 2.x series to 
version 1.x series.
+- Data synchronization between IoTDB of 1. x series version and IoTDB of 2. x 
and above series versions is not supported.
 - When performing data synchronization tasks, avoid executing any deletion 
operations to prevent inconsistencies between the two ends.
 - The `pipe` and `pipe plugins` for tree models and table models are designed 
to be isolated from each other. Before creating a `pipe`, it is recommended to 
first use the `show` command to query the built-in plugins available under the 
current `-sql_dialect` parameter configuration to ensure syntax compatibility 
and functional support.
 
diff --git a/src/zh/UserGuide/Master/Table/User-Manual/Data-Sync_apache.md 
b/src/zh/UserGuide/Master/Table/User-Manual/Data-Sync_apache.md
index 34c5551d..d6ceaf72 100644
--- a/src/zh/UserGuide/Master/Table/User-Manual/Data-Sync_apache.md
+++ b/src/zh/UserGuide/Master/Table/User-Manual/Data-Sync_apache.md
@@ -78,8 +78,7 @@
 
 ### 1.2 功能限制及说明
 
-- 支持 1.x 系列版本 IoTDB 数据同步到 2.x 以及以上系列版本版本的 IoTDB。
-- 不支持 2.x 系列版本 IoTDB 数据同步到 1.x 系列版本版本的 IoTDB。
+- 不支持 1.x 系列版本 IoTDB 与 2.x 以及以上系列版本的 IoTDB 之间进行数据同步。
 - 在进行数据同步任务时,请避免执行任何删除操作,防止两端状态不一致。
 - 树模型与表模型的`pipe`及`pipe 
plugins`在设计上相互隔离,建议在创建`pipe`前先通过`show`命令查询当前`-sql_dialect`参数配置下可用的内置插件,以确保语法兼容性和功能支持。
 
diff --git a/src/zh/UserGuide/Master/Table/User-Manual/Data-Sync_timecho.md 
b/src/zh/UserGuide/Master/Table/User-Manual/Data-Sync_timecho.md
index 923ef26a..fb051630 100644
--- a/src/zh/UserGuide/Master/Table/User-Manual/Data-Sync_timecho.md
+++ b/src/zh/UserGuide/Master/Table/User-Manual/Data-Sync_timecho.md
@@ -78,8 +78,7 @@
 
 ### 1.2 功能限制及说明
 
-- 支持 1.x 系列版本 IoTDB 数据同步到 2.x 以及以上系列版本版本的 IoTDB。
-- 不支持 2.x 系列版本 IoTDB 数据同步到 1.x 系列版本版本的 IoTDB。
+- 不支持 1.x 系列版本 IoTDB 与 2.x 以及以上系列版本的 IoTDB 之间进行数据同步。
 - 在进行数据同步任务时,请避免执行任何删除操作,防止两端状态不一致。
 - 树模型与表模型的`pipe`及`pipe 
plugins`在设计上相互隔离,建议在创建`pipe`前先通过`show`命令查询当前`-sql_dialect`参数配置下可用的内置插件,以确保语法兼容性和功能支持。
 
diff --git a/src/zh/UserGuide/latest-Table/User-Manual/Data-Sync_apache.md 
b/src/zh/UserGuide/latest-Table/User-Manual/Data-Sync_apache.md
index 34c5551d..d6ceaf72 100644
--- a/src/zh/UserGuide/latest-Table/User-Manual/Data-Sync_apache.md
+++ b/src/zh/UserGuide/latest-Table/User-Manual/Data-Sync_apache.md
@@ -78,8 +78,7 @@
 
 ### 1.2 功能限制及说明
 
-- 支持 1.x 系列版本 IoTDB 数据同步到 2.x 以及以上系列版本版本的 IoTDB。
-- 不支持 2.x 系列版本 IoTDB 数据同步到 1.x 系列版本版本的 IoTDB。
+- 不支持 1.x 系列版本 IoTDB 与 2.x 以及以上系列版本的 IoTDB 之间进行数据同步。
 - 在进行数据同步任务时,请避免执行任何删除操作,防止两端状态不一致。
 - 树模型与表模型的`pipe`及`pipe 
plugins`在设计上相互隔离,建议在创建`pipe`前先通过`show`命令查询当前`-sql_dialect`参数配置下可用的内置插件,以确保语法兼容性和功能支持。
 
diff --git a/src/zh/UserGuide/latest-Table/User-Manual/Data-Sync_timecho.md 
b/src/zh/UserGuide/latest-Table/User-Manual/Data-Sync_timecho.md
index 923ef26a..fb051630 100644
--- a/src/zh/UserGuide/latest-Table/User-Manual/Data-Sync_timecho.md
+++ b/src/zh/UserGuide/latest-Table/User-Manual/Data-Sync_timecho.md
@@ -78,8 +78,7 @@
 
 ### 1.2 功能限制及说明
 
-- 支持 1.x 系列版本 IoTDB 数据同步到 2.x 以及以上系列版本版本的 IoTDB。
-- 不支持 2.x 系列版本 IoTDB 数据同步到 1.x 系列版本版本的 IoTDB。
+- 不支持 1.x 系列版本 IoTDB 与 2.x 以及以上系列版本的 IoTDB 之间进行数据同步。
 - 在进行数据同步任务时,请避免执行任何删除操作,防止两端状态不一致。
 - 树模型与表模型的`pipe`及`pipe 
plugins`在设计上相互隔离,建议在创建`pipe`前先通过`show`命令查询当前`-sql_dialect`参数配置下可用的内置插件,以确保语法兼容性和功能支持。
 

Reply via email to