Skip to content

Commit 1153cae

Browse files
authored
fix source param in Cascaded Data Transmission (#825)
* fix source param in Cascaded Data Transmission * add with source
1 parent ea858ab commit 1153cae

8 files changed

Lines changed: 0 additions & 8 deletions

File tree

src/UserGuide/Master/Table/User-Manual/Data-Sync_apache.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,6 @@ On IoTDB B:
399399
```SQL
400400
CREATE PIPE BC
401401
WITH SOURCE (
402-
'source.mode.double-living' = 'true' -- Do not forward data from other pipes
403402
)
404403
WITH SINK (
405404
'sink' = 'iotdb-thrift-sink',

src/UserGuide/Master/Table/User-Manual/Data-Sync_timecho.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,6 @@ On IoTDB B:
410410
```SQL
411411
CREATE PIPE BC
412412
WITH SOURCE (
413-
'source.mode.double-living' = 'true' -- Do not forward data from other pipes
414413
)
415414
WITH SINK (
416415
'sink' = 'iotdb-thrift-sink',

src/UserGuide/latest-Table/User-Manual/Data-Sync_apache.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,6 @@ On IoTDB B:
399399
```SQL
400400
CREATE PIPE BC
401401
WITH SOURCE (
402-
'source.mode.double-living' = 'true' -- Do not forward data from other pipes
403402
)
404403
WITH SINK (
405404
'sink' = 'iotdb-thrift-sink',

src/UserGuide/latest-Table/User-Manual/Data-Sync_timecho.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,6 @@ On IoTDB B:
410410
```SQL
411411
CREATE PIPE BC
412412
WITH SOURCE (
413-
'source.mode.double-living' = 'true' -- Do not forward data from other pipes
414413
)
415414
WITH SINK (
416415
'sink' = 'iotdb-thrift-sink',

src/zh/UserGuide/Master/Table/User-Manual/Data-Sync_apache.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,6 @@ with sink (
394394
```SQL
395395
create pipe BC
396396
with source (
397-
'source.mode.double-living' ='true' --不转发由其他 Pipe 写入的数据
398397
)
399398
with sink (
400399
'sink'='iotdb-thrift-sink',

src/zh/UserGuide/Master/Table/User-Manual/Data-Sync_timecho.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,6 @@ with sink (
408408
```SQL
409409
create pipe BC
410410
with source (
411-
'source.mode.double-living' ='true' --不转发由其他 Pipe 写入的数据
412411
)
413412
with sink (
414413
'sink'='iotdb-thrift-sink',

src/zh/UserGuide/latest-Table/User-Manual/Data-Sync_apache.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,6 @@ with sink (
394394
```SQL
395395
create pipe BC
396396
with source (
397-
'source.mode.double-living' ='true' --不转发由其他 Pipe 写入的数据
398397
)
399398
with sink (
400399
'sink'='iotdb-thrift-sink',

src/zh/UserGuide/latest-Table/User-Manual/Data-Sync_timecho.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,6 @@ with sink (
408408
```SQL
409409
create pipe BC
410410
with source (
411-
'source.mode.double-living' ='true' --不转发由其他 Pipe 写入的数据
412411
)
413412
with sink (
414413
'sink'='iotdb-thrift-sink',

0 commit comments

Comments
 (0)