This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a commit to branch tsFile_v4
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/tsFile_v4 by this push:
new 5d1a254c fix comment
5d1a254c is described below
commit 5d1a254c4464f1c605a4d8cd662232196a8f10a6
Author: jt2594838 <[email protected]>
AuthorDate: Fri Apr 12 18:36:02 2024 +0800
fix comment
---
.../test/java/org/apache/tsfile/compatibility/CompatibilityTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/tsfile/src/test/java/org/apache/tsfile/compatibility/CompatibilityTest.java
b/tsfile/src/test/java/org/apache/tsfile/compatibility/CompatibilityTest.java
index 9df39ded..c5fc613d 100644
---
a/tsfile/src/test/java/org/apache/tsfile/compatibility/CompatibilityTest.java
+++
b/tsfile/src/test/java/org/apache/tsfile/compatibility/CompatibilityTest.java
@@ -19,7 +19,7 @@ public class CompatibilityTest {
"v3TsFile";
/**
- * The file is generated by the TsFileWriter in version 3.
+ * The file is generated by the TsFileWriterTest version 3.
*/
@Test
public void testReadV3() {