Caideyipi commented on code in PR #16540:
URL: https://github.com/apache/iotdb/pull/16540#discussion_r2435731422


##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/event/common/tsfile/parser/table/TsFileInsertionEventTableParserTabletIterator.java:
##########
@@ -202,6 +213,29 @@ public boolean hasNext() {
                   continue;
                 }
 
+                Iterator<IChunkMetadata> iChunkMetadataIterator =
+                    
alignedChunkMetadata.getValueChunkMetadataList().iterator();
+                while (iChunkMetadataIterator.hasNext()) {
+                  IChunkMetadata iChunkMetadata = 
iChunkMetadataIterator.next();
+                  if (iChunkMetadata == null) {

Review Comment:
   Better figure out when will it be null, and shall we remove this in that 
case.



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