We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef2f2b commit 68b5ac5Copy full SHA for 68b5ac5
1 file changed
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/load/LoadTsFileManager.java
@@ -529,7 +529,7 @@ private void loadAll(
529
writer.endFile();
530
531
final DataRegion dataRegion = entry.getKey().getDataRegion();
532
- final TsFileResource tsFileResource = dataPartition2Resource.get(entry.getKey())
+ final TsFileResource tsFileResource = dataPartition2Resource.get(entry.getKey());
533
endTsFileResource(
534
writer,
535
tsFileResource,
0 commit comments