jiacai2050 commented on PR #1616:
URL: https://github.com/apache/horaedb/pull/1616#issuecomment-2559011523

   > Why is the failure to delete related to the sorting of the deltas? 
Intuitively they are mutually irrelevent with each other.
   
   This is a tricky bug. For example, we have tow delta files to merge:
   1. to_add: 100
   2. to_add:  101, to_delete: 100
   
   If the delta files are unsorted, if we first merge `1`,  100 is not in 
snapshot yet, so it will delete nothing. 
   
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to