JackieTien97 commented on code in PR #12607:
URL: https://github.com/apache/iotdb/pull/12607#discussion_r1618606497


##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/dataregion/read/filescan/model/AlignedDeviceChunkMetaData.java:
##########
@@ -18,27 +18,56 @@
  */
 package org.apache.iotdb.db.storageengine.dataregion.read.filescan.model;
 
+import org.apache.iotdb.db.storageengine.dataregion.utils.SharedTimeDataBuffer;
+
 import org.apache.tsfile.file.metadata.AlignedChunkMetadata;
+import org.apache.tsfile.file.metadata.IChunkMetadata;
 import org.apache.tsfile.file.metadata.IDeviceID;
 
 import java.util.List;
 
 public class AlignedDeviceChunkMetaData extends AbstractDeviceChunkMetaData {
 
-  List<AlignedChunkMetadata> alignedChunkMetadataList;
+  private int alignedChunkMetadataIndex;
+  private int valueChunkMetadataIndex;
+  private final int valueSize;

Review Comment:
   ```suggestion
     private int valueSize;
   ```



-- 
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.

To unsubscribe, e-mail: reviews-unsubscr...@iotdb.apache.org

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

Reply via email to