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 2022/10/11 01:55:18 UTC

[GitHub] [iotdb] Cpaulyz opened a new pull request, #7561: [IOTDB-4598] Illegal deleteIntervalList generated from mods file

Cpaulyz opened a new pull request, #7561:
URL: https://github.com/apache/iotdb/pull/7561

   ### Bug Description
   
   ChunkMetadata#getDeleteIntervalList() return redundant and unordered intervals.
   
   This is caused by an error in the sorting algorithm. 
   
   This PR fix it and add UT for `ChunkMetadata#insertIntoSortedDeletions()`.
   
   


-- 
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-unsubscribe@iotdb.apache.org

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


[GitHub] [iotdb] liuminghui233 merged pull request #7561: [IOTDB-4598] Illegal deleteIntervalList generated from mods file

Posted by GitBox <gi...@apache.org>.
liuminghui233 merged PR #7561:
URL: https://github.com/apache/iotdb/pull/7561


-- 
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-unsubscribe@iotdb.apache.org

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