You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2020/08/16 03:25:43 UTC

[GitHub] [incubator-iotdb] samperson1997 commented on a change in pull request #1624: [IOTDB-836] [To rel/0.10] Fix merging statistics failed when endFile

samperson1997 commented on a change in pull request #1624:
URL: https://github.com/apache/incubator-iotdb/pull/1624#discussion_r471059588



##########
File path: tsfile/src/main/java/org/apache/iotdb/tsfile/write/writer/TsFileIOWriter.java
##########
@@ -335,6 +335,21 @@ public long getPos() throws IOException {
     return deviceChunkMetadataMap;
   }
 
+  public void deleteMeasurementFromChunkGroupMetadataList(String deviceId, String measurementId) {
+    for (ChunkGroupMetadata chunkGroupMetadata : chunkGroupMetadataList) {
+      VersionUtils.applyVersion(chunkGroupMetadata.getChunkMetadataList(), versionInfo);

Review comment:
       Removed




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org