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

   ## Summary
   
   - treat missing null counts for optional fields as unknown during strict 
range/equality evaluation
   - treat missing NaN counts for float/double fields as unknown in the same 
strict checks
   - add regression coverage for nullable fields and float fields with bounds 
present but missing metrics
   
   ## Why
   
   The strict metrics evaluator is used to decide when a file is guaranteed to 
match a predicate. Missing metrics should not be interpreted as zero. For 
optional fields, an absent null count means the file may contain nulls. For 
float/double fields, an absent NaN count means the file may contain NaNs.
   
   Fixes #1091.
   
   ## Testing
   
   - `go test ./table -run TestEvaluators`
   - `go test ./...`
   - `git diff --check`
   


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