This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 94d95f4  Fix Write Image (#915)
94d95f4 is described below

commit 94d95f491fcefa1c9c25f0abda4089c67ab3c4c7
Author: Barathrum <[email protected]>
AuthorDate: Tue Mar 17 15:52:21 2020 +0530

    Fix Write Image (#915)
---
 docs/Documentation-CHN/SystemDesign/1-TsFile/3-Write.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/Documentation-CHN/SystemDesign/1-TsFile/3-Write.md 
b/docs/Documentation-CHN/SystemDesign/1-TsFile/3-Write.md
index 7a27f66..c37e9ad 100644
--- a/docs/Documentation-CHN/SystemDesign/1-TsFile/3-Write.md
+++ b/docs/Documentation-CHN/SystemDesign/1-TsFile/3-Write.md
@@ -25,7 +25,7 @@
 
 TsFile 的写入流程如下图所示:
 
-< img style="width:100%; max-width:800px; max-height:600px; margin-left:auto; 
margin-right:auto; display:block;" 
src="https://user-images.githubusercontent.com/19167280/73625238-efba2980-467e-11ea-927e-a7021f8153af.png";>
+<img style="width:100%; max-width:800px; max-height:600px; margin-left:auto; 
margin-right:auto; display:block;" 
src="https://user-images.githubusercontent.com/19167280/73625238-efba2980-467e-11ea-927e-a7021f8153af.png";>
 
 其中,每个设备对应一个 ChunkGroupWriter,每个传感器对应一个 ChunkWriter。
 
@@ -62,4 +62,4 @@ TsFile 文件层的写入接口有两种
 
 * TsFileWriter.close()
 
-根据内存中缓存的元数据,生成 TsFileMetadata 追加到文件尾部,最后关闭文件。
\ No newline at end of file
+根据内存中缓存的元数据,生成 TsFileMetadata 追加到文件尾部,最后关闭文件。

Reply via email to