fallintoplace opened a new pull request, #2025:
URL: https://github.com/apache/iceberg-go/pull/2025

   ## What
   - Deduplicate equality-delete metadata by file path during scan setup.
   - Reuse the borrowed equality field ID view for built-in data files.
   
   ## Why
   - The same delete file can be attached to many scan tasks.
   - The old path read and copied its field IDs for every task reference.
   
   ## Implementation
   - Check the path before reading field IDs in the lazy and eager loaders.
   - Deduplicate the schema-history field scan.
   - Keep the public getter fallback for custom DataFile implementations.
   
   ## Benchmark
   - Adds coverage for 10,000 task references with 1, 100, and 1,000 unique 
files.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to