XiaoHongbo-Hope commented on PR #678:
URL: https://github.com/apache/paimon-rust/pull/678#issuecomment-5187317232

   Addressed the two review concerns in 483555a:
   
   - Streaming execution now prepares the fixed snapshot once and reuses its 
decoded manifest-list metadata across row-id batches. A bounded 64 MiB 
query-local manifest-content cache avoids reopening the same overlapping 
manifest file while keeping metadata memory capped.
   - DETAIL mode now uses exact live data-file row ranges. It does not switch 
to FAST because that would skip unindexed live data and change query 
correctness. Direct callers that omit DETAIL ranges also resolve them exactly 
instead of widening to [0, next_row_id).
   - The combined Paimon residual predicate is built once per execution rather 
than reconstructed for every batch.
   
   Validation: table-scan tests 82 passed; streaming Top-K integration passed; 
cargo clippy for paimon and paimon-datafusion passed with -D warnings.


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