XiaoHongbo-Hope opened a new pull request, #592:
URL: https://github.com/apache/paimon-rust/pull/592

   ## Summary
   
   Allow data-evolution reads with row ranges to consume partially retained 
rolled BLOB and vector segments. Full reads keep the existing complete-bunch 
validation.
   
   ## Changes
   
   - Relax complete BLOB coverage and vector row-count checks only when a split 
carries row ranges.
   - Allow gaps between selected vector segments and skip non-overlapping 
vector files before opening them.
   - Keep higher-sequence partial overlaps fail-closed to avoid dropping 
uncovered rows.
   - Cover non-first rolled BLOB reads in both value and descriptor modes, 
sparse vector segments, skipped vector I/O, and overlap validation.
   
   ## Testing
   
   - [x] `cargo fmt --all -- --check`
   - [x] `cargo clippy --locked -p paimon --lib --tests -- -D warnings`
   - [x] `cargo test -p paimon --lib` (1816 passed, 1 ignored)
   
   ## Notes
   
   This PR is independent of #590. It enables a follow-up change to prune 
rolled dedicated entries during manifest reading.


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