This is an automated email from the ASF dual-hosted git repository.
marklau99 pushed a commit to branch IOTDB-4251
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/IOTDB-4251 by this push:
new 96e37498d3 recover TsFileSequenceRead
96e37498d3 is described below
commit 96e37498d317ce2b4c994d2b4a8032a0de84ac73
Author: Liu Xuxin <[email protected]>
AuthorDate: Wed Sep 7 17:11:40 2022 +0800
recover TsFileSequenceRead
---
.../src/main/java/org/apache/iotdb/tsfile/TsFileSequenceRead.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/example/tsfile/src/main/java/org/apache/iotdb/tsfile/TsFileSequenceRead.java
b/example/tsfile/src/main/java/org/apache/iotdb/tsfile/TsFileSequenceRead.java
index d15882b3b8..aa946f67b7 100644
---
a/example/tsfile/src/main/java/org/apache/iotdb/tsfile/TsFileSequenceRead.java
+++
b/example/tsfile/src/main/java/org/apache/iotdb/tsfile/TsFileSequenceRead.java
@@ -53,7 +53,7 @@ public class TsFileSequenceRead {
"squid:S106"
}) // Suppress high Cognitive Complexity and Standard outputs warning
public static void main(String[] args) throws IOException {
- String filename = "C:\\Users\\MARKLAU\\Desktop\\iotdb\\1-1-0-0.tsfile";
+ String filename = "test.tsfile";
if (args.length >= 1) {
filename = args[0];
}