This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a commit to branch gitblameinfo
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/gitblameinfo by this push:
new 695f488063e remove pipe plugin, pipe framework and subscription
695f488063e is described below
commit 695f488063e40965f2579dde178c1cf4a156cba4
Author: JackieTien97 <[email protected]>
AuthorDate: Thu Aug 7 21:10:23 2025 +0800
remove pipe plugin, pipe framework and subscription
---
.../java/org/apache/iotdb/db/blame/GitBlameInfo.java | 19 +++----------------
1 file changed, 3 insertions(+), 16 deletions(-)
diff --git
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/blame/GitBlameInfo.java
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/blame/GitBlameInfo.java
index 52b2a66ce15..2c13cadeecb 100644
---
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/blame/GitBlameInfo.java
+++
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/blame/GitBlameInfo.java
@@ -50,29 +50,16 @@ public class GitBlameInfo {
inclusionPathMap.put("IoTDB总", Collections.emptyList());
inclusionPathMap.put("TsFile总", Collections.emptyList());
- inclusionPathMap.put(
- "流处理插件",
- Arrays.asList(
- "iotdb-api/pipe-api/src/main/java/org/apache/iotdb/pipe",
-
"iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/processor",
- "iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink",
-
"iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/source"));
inclusionPathMap.put(
"元数据管理",
Arrays.asList(
"iotdb-core/datanode/src/main/java/org/apache/iotdb/db/schemaengine",
"iotdb-core/datanode/src/main/java/org/apache/iotdb/db/exception"));
- inclusionPathMap.put(
- "数据订阅",
- Collections.singletonList(
-
"iotdb-core/datanode/src/main/java/org/apache/iotdb/db/subscription"));
- inclusionPathMap.put(
- "流处理框架",
- Collections.singletonList(
-
"iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/agent"));
inclusionPathMap.put(
"数据同步",
-
Collections.singletonList("iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe"));
+ Arrays.asList(
+ "iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe",
+
"iotdb-core/datanode/src/main/java/org/apache/iotdb/db/subscription"));
inclusionPathMap.put(
"权限管理",
Arrays.asList(