jimczi opened a new pull request, #16550:
URL: https://github.com/apache/lucene/pull/16550

   Follow-up to #16418, adding a bit more test coverage for incremental 
doc-values updates.
   
   Three tests for paths the original PR left uncovered:
   
   - **Soft deletes over the overlay** — a soft delete is a set-only numeric 
update on the soft-deletes field, so it rides the fold lifecycle (including 
fold-to-dense); verifies liveness and surviving values stay correct.
   - **`addIndexes(Directory)` carry-over** — exercises the `copySegmentAsIs` 
path that preserves the overlay, rather than the `CodecReader` path that 
flattens it.
   - **Explicit `checkIndex`** on a deeply overlaid + folded index (the 
existing tests relied only on the implicit close-time check).
   
   Second commit reflows three wrapped comments so phrases no longer break 
mid-line. Comment-only.
   


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