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

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

commit bb5f7c68d0defdec454161b98cf085476cc70331
Author: spricoder <[email protected]>
AuthorDate: Tue Aug 26 18:43:12 2025 +0800

    修复GDAL版本
---
 iotdb-core/datanode/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iotdb-core/datanode/pom.xml b/iotdb-core/datanode/pom.xml
index c40553cde81..f478e608142 100644
--- a/iotdb-core/datanode/pom.xml
+++ b/iotdb-core/datanode/pom.xml
@@ -395,7 +395,7 @@
         <dependency>
             <groupId>org.gdal</groupId>
             <artifactId>gdal</artifactId>
-            <version>3.11.0</version>
+            <version>3.8.0</version>
         </dependency>
     </dependencies>
     <build>

Reply via email to