This is an automated email from the ASF dual-hosted git repository.
spricoder pushed a commit to branch object_type
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/object_type by this push:
new 3e801020acf use gdal to manage
3e801020acf is described below
commit 3e801020acfc256d81d196905bea960bf4aa999f
Author: spricoder <[email protected]>
AuthorDate: Thu Jul 10 15:11:51 2025 +0800
use gdal to manage
---
.../java/org/apache/iotdb/rpc/model/CompressedTiffModelProcessor.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/iotdb-client/service-rpc/src/main/java/org/apache/iotdb/rpc/model/CompressedTiffModelProcessor.java
b/iotdb-client/service-rpc/src/main/java/org/apache/iotdb/rpc/model/CompressedTiffModelProcessor.java
index 7aed4ec7129..6f3c57faf38 100644
---
a/iotdb-client/service-rpc/src/main/java/org/apache/iotdb/rpc/model/CompressedTiffModelProcessor.java
+++
b/iotdb-client/service-rpc/src/main/java/org/apache/iotdb/rpc/model/CompressedTiffModelProcessor.java
@@ -70,7 +70,7 @@ public class CompressedTiffModelProcessor extends
ModelProcessor {
throw new RuntimeException("Failed to write data to tiff file: " +
gdal.GetLastErrorMsg());
}
band.FlushCache();
- return VsiGdalNative.readVsiMemFile(filePath, true);
+ return VsiGdalNative.readVsiMemFile(filePath, false);
} finally {
if (dataset != null) {
dataset.delete();