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 8e1746e1 Update README.md
8e1746e1 is described below

commit 8e1746e1f7660373d29097deb9e81b09513a3114
Author: Jialin Qiao <[email protected]>
AuthorDate: Sat Jun 8 15:22:20 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 57b0d90d..ad638120 100644
--- a/java/tsfile/README.md
+++ b/java/tsfile/README.md
@@ -182,6 +182,6 @@ public QueryDataSet query(QueryExpression queryExpression) 
throws IOException
 
 Read TsFile Example
 
-[Read Data](../examples/src/main/java/org/apache/tsfile/TsFileRead.java)
+[Query Data](../examples/src/main/java/org/apache/tsfile/TsFileRead.java)
 
-[Sequence Read 
Data](../examples/src/main/java/org/apache/tsfile/TsFileSequenceRead.java)
+[Scan whole 
TsFile](../examples/src/main/java/org/apache/tsfile/TsFileSequenceRead.java)

Reply via email to