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 b1a41228af6 Fix "fix error"'s error
b1a41228af6 is described below

commit b1a41228af6eefded0d5694470d4d36f21be04de
Author: Caideyipi <[email protected]>
AuthorDate: Tue Aug 5 16:02:27 2025 +0800

    Fix "fix error"'s error
---
 .../datanode/src/main/java/org/apache/iotdb/db/blame/GitBlameInfo.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 fa6ccd89780..52b2a66ce15 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
@@ -351,7 +351,7 @@ public class GitBlameInfo {
             put("lancelly", "廖兰宇");
             put("WilliamSong11", "宋子阳");
             put("linxt20", "林欣涛");
-            put("DESKTOP-L0L5GPJ/jt", "江天");
+            put("DESKTOP-L0L5GPJ\\jt", "江天");
             put("YC27", "杨晨");
             put("Rui,Lei", "芮蕾");
             put("V_Galaxy", "丁宇辰");

Reply via email to