This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch HTHou-patch-1 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 4ddb63d222e59ab8aac08f7faae7d14ce4bdff5b Author: Haonan <[email protected]> AuthorDate: Mon Jul 8 12:35:47 2024 +0800 Update tsfile version to fix LRBE encoding issue --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2c3ac8ab1a7..1d18212af7b 100644 --- a/pom.xml +++ b/pom.xml @@ -166,7 +166,7 @@ <thrift.version>0.14.1</thrift.version> <xz.version>1.9</xz.version> <zstd-jni.version>1.5.6-3</zstd-jni.version> - <tsfile.version>1.0.1-9c68a35-SNAPSHOT</tsfile.version> + <tsfile.version>1.0.1-1f8da86-SNAPSHOT</tsfile.version> </properties> <!-- if we claim dependencies in dependencyManagement, then we do not claim
