This is an automated email from the ASF dual-hosted git repository. jackietien pushed a commit to branch TEXTEstimate in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 2c3538a61ff89c7730397843e98f6602796469ed Author: JackieTien97 <[email protected]> AuthorDate: Thu Jul 3 12:12:18 2025 +0800 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 0f2cc724f15..36362488e14 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>2.1.0-250616-SNAPSHOT</tsfile.version> + <tsfile.version>2.1.0-250703-SNAPSHOT</tsfile.version> </properties> <!-- if we claim dependencies in dependencyManagement, then we do not claim
