From 15845c58d914e901933028da65b363d3d8161811 Mon Sep 17 00:00:00 2001 From: Jialin Ma <281648921@qq.com> Date: Thu, 14 Nov 2024 09:38:48 +0800 Subject: [PATCH] fix debug --- src/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md | 4 ++-- src/zh/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md b/src/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md index 32a1976cb..3fc247bea 100644 --- a/src/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md +++ b/src/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md @@ -464,7 +464,7 @@ Preparation: To register in this way, you need to upload the JAR package to the SQL: ```sql -SQL CREATE PIPEPLUGIN example +CREATE PIPEPLUGIN example AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' USING URI '' ``` @@ -476,7 +476,7 @@ Preparation: To register in this way, you need to place the JAR package in any p SQL: ```sql -SQL CREATE PIPEPLUGIN example +CREATE PIPEPLUGIN example AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' USING URI '' ``` diff --git a/src/zh/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md b/src/zh/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md index 7856e2f85..22ccbeb30 100644 --- a/src/zh/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md +++ b/src/zh/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md @@ -464,7 +464,7 @@ USING 创建语句: ```sql -SQL CREATE PIPEPLUGIN example +CREATE PIPEPLUGIN example AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' USING URI '' ``` @@ -476,7 +476,7 @@ USING URI '' 创建语句: ```sql -SQL CREATE PIPEPLUGIN example +CREATE PIPEPLUGIN example AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor' USING URI '' ```