This is an automated email from the ASF dual-hosted git repository.
qiaojialin pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/develop by this push:
new 90704a62 Update README.md
90704a62 is described below
commit 90704a62c2814591c2d2a6e3f961319f4f5d5dd1
Author: Jialin Qiao <[email protected]>
AuthorDate: Sat Jun 8 15:21:30 2024 +0800
Update README.md
---
java/tsfile/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/java/tsfile/README.md b/java/tsfile/README.md
index 8ccd562c..57b0d90d 100644
--- a/java/tsfile/README.md
+++ b/java/tsfile/README.md
@@ -135,9 +135,9 @@ TsFile can be generated through the following three steps,
and the complete code
Write TsFile Example
-[Construct TSRecord Write
Data](../examples/src/main/java/org/apache/tsfile/TsFileWriteAlignedWithTSRecord.java)。
+[Write Data By
TSRecord](../examples/src/main/java/org/apache/tsfile/TsFileWriteAlignedWithTSRecord.java)。
-[Construct Tablet Write
Data](../examples/src/main/java/org/apache/tsfile/TsFileWriteAlignedWithTablet.java)。
+[Write Data By
Tablet](../examples/src/main/java/org/apache/tsfile/TsFileWriteAlignedWithTablet.java)。
#### Read TsFile