jt2594838 commented on code in PR #18358:
URL: https://github.com/apache/iotdb/pull/18358#discussion_r3688378897


##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/utils/datastructure/AlignedTVList.java:
##########
@@ -970,9 +939,11 @@ private static boolean containsFailedStatus(TSStatus[] 
results, int start, int l
     return false;
   }
 
-  private static boolean containsMarkedBit(BitMap bitMap, int start, int 
length) {
-    if (length <= 0) {
-      return false;
+  static boolean containsMarkedBit(BitMap bitMap, int start, int length) {

Review Comment:
   May use the new interface from TsFile 2.3.2-260731-SNAPSHOT.



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