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

   ## Description
   Fix PointPriorityReader calculation of aligned series null value num.
   The decreasing of null value num may repeated in some cases, which cause 
some series lost point.
   If the result of null value num is negative, point won't lost through the 
calculation of this field is wrong.
   
![image](https://github.com/apache/iotdb/assets/55970239/d3db90d9-c3bb-4613-a2be-00b3ebb46a5f)
   If the result equals 0, the loop break directly and some point may not 
merged into current time value pair.
   
![image](https://github.com/apache/iotdb/assets/55970239/a42120d9-76cf-48a1-abd9-339e6947eb1f)
   


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