LuciferYang commented on PR #9909:
URL: https://github.com/apache/paimon/pull/9909#issuecomment-5709600537

   Both applied in f9da03d7e:
   
   1. Wrapped `splitSearchSplits` + the demote step into a single 
`prepareSplits` instance method and made `splitSearchSplits` private, so the 
ordering is structural instead of a javadoc contract.
   2. Dropped `coveredByRawSplits` and the `uncovered` bookkeeping: the raw 
read merges ranges (`Range.sortAndMergeOverlap`) and dedups by row id, so 
adding all index-split ranges is equivalent to adding only the uncovered ones. 
Kept `vectorIndexType(indexSplits)` for the raw metric, as you noted.


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