This is an automated email from the ASF dual-hosted git repository. jackietien pushed a commit to branch rc/1.3.5 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 5551ac7deeac4bb30f1ab2499288297fb91ed55b Author: Jackie Tien <[email protected]> AuthorDate: Fri Jul 4 18:01:16 2025 +0800 [To dev/1.3] Correct the memroy calculation of BinaryColumnBuilder --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 937e0afa44b..fd9e0faf138 100644 --- a/pom.xml +++ b/pom.xml @@ -175,7 +175,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.1.2-250616-SNAPSHOT</tsfile.version> + <tsfile.version>1.1.2-250703-SNAPSHOT</tsfile.version> </properties> <!-- if we claim dependencies in dependencyManagement, then we do not claim
