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

   Addressed both P1 findings in dc8848b:
   
   1. Global-index LIMIT early-stop is now disabled whenever partition or 
bucket pruning can discard index hits later. The same guard still covers PK and 
DV tables.
   2. Residual LIKE is Exact only for file readers with exact row-level 
filtering. Mosaic and Blob are Inexact, and core also disables index early-stop 
when the reader cannot enforce data predicates exactly.
   
   Added regressions for both guards. Paimon table tests pass (993 passed, 1 
ignored), DataFusion has the same known 329 pass / 7 missing-fixture local 
result, and clippy passes.


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