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.  If the result equals 0, the loop break directly and some point may not merged into current time value pair.  -- 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]
