nastra commented on code in PR #17413:
URL: https://github.com/apache/iceberg/pull/17413#discussion_r3680825879


##########
format/spec.md:
##########
@@ -799,6 +799,8 @@ In Iceberg v4, statistics are stored in typed fields 
grouped in a struct that co
 
 Field-level structs in `content_stats` are based on the corresponding table 
field's type, requirement, and ID (`field-id`).
 
+Stats are tracked for primitive and `variant` fields. Stats are not tracked 
for `struct`, `list`, and `map` fields, or for any field contained in a `list` 
or `map` because it may be repeated.

Review Comment:
   yep that's the plan. I'm currently also looking at an approach that wouldn't 
require any spec changes



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