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 c3c4e1ab807 update unLinkAndSeize
new 363d39e0c04 Merge remote-tracking branch 'origin/object_type' into
object_type
c3c4e1ab807 is described below
commit c3c4e1ab807f7f52f17ac2c879a2e90e3e42b680
Author: spricoder <[email protected]>
AuthorDate: Thu Jul 10 12:33:27 2025 +0800
update unLinkAndSeize
---
.../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 6f3c57faf38..7aed4ec7129 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, false);
+ return VsiGdalNative.readVsiMemFile(filePath, true);
} finally {
if (dataset != null) {
dataset.delete();