nastra opened a new pull request, #17433:
URL: https://github.com/apache/iceberg/pull/17433

   The table schema comes in through `projectStats`, since stats field IDs and 
types are derived from the table's fields:
   
   ```
   V4ManifestReader.builder(manifest, specsById)
       .projectStats(tableSchema)           // stats for every field
       .projectStats(tableSchema, 1, 2)     // or just these
   ```
   
   No schema means no stats, so existing callers are unaffected. Stats for 
fields the row filter references are always read even when the caller's 
projection leaves them out.
   
   
   
   Model: Claude Opus 5
   Platform/Tool: Cursor
   Human Oversight: fully reviewed
   Prompt Summary: Add content stats reading to V4ManifestReader — schema 
derivation, projection rules, and custom type registration — then reconcile it 
against review feedback on #16958.


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