QuakeWang opened a new pull request, #9187:
URL: https://github.com/apache/paimon/pull/9187

   ### Purpose
   
   Primary-key sorted-index scans previously located each data file by linearly 
walking its source group. Repeating the lookup for every file made source 
localization quadratic in the number of source files.
   
   Build a file-name-to-source-location map alongside the existing offsets so 
file-local readers use constant-time lookups while preserving row-count 
validation.
   
   ### Tests
   
     - `mvn -pl paimon-core -DwildcardSuites=none 
-Dtest=PrimaryKeySortedIndexScanTest test`
   


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