shizy818 commented on code in PR #15243:
URL: https://github.com/apache/iotdb/pull/15243#discussion_r2030490665


##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/dataregion/memtable/AlignedWritableMemChunk.java:
##########
@@ -645,95 +642,44 @@ public synchronized void encode(BlockingQueue<Object> 
ioTaskQueue) {
     }
 
     AlignedChunkWriterImpl alignedChunkWriter = new 
AlignedChunkWriterImpl(schemaList);
+    BatchEncodeInfo encodeInfo = new BatchEncodeInfo(0, 0, 0);
+    long[] times = new long[MAX_NUMBER_OF_POINTS_IN_PAGE];

Review Comment:
   ok



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to