This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 0c66c2f1c92 Update tsfile version to fix LRBE encoding issue (#12873)
0c66c2f1c92 is described below

commit 0c66c2f1c92de6a841e542d17fb7a16c99be914f
Author: Haonan <[email protected]>
AuthorDate: Mon Jul 8 13:33:19 2024 +0800

    Update tsfile version to fix LRBE encoding issue (#12873)
---
 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

Reply via email to