rdblue commented on code in PR #14234:
URL: https://github.com/apache/iceberg/pull/14234#discussion_r3230338993


##########
format/spec.md:
##########
@@ -654,6 +654,7 @@ The `data_file` struct consists of the following fields:
     | _required_ | _required_ | _required_ | **`102  partition`**              
| `struct<...>`                                                               | 
Partition data tuple, schema based on the partition spec output using partition 
field ids for the struct field ids |
     | _required_ | _required_ | _required_ | **`103  record_count`**           
| `long`                                                                      | 
Number of records in this file, or the cardinality of a deletion vector |
     | _required_ | _required_ | _required_ | **`104  file_size_in_bytes`**     
| `long`                                                                      | 
Total file size in bytes |
+    |            |            |            | **`146  content_stats`**          
| `content_stats` `struct`                                                    | 
Container struct for per-field metrics structs. See [Content 
Stats](#content-stats) |

Review Comment:
   Yes, this is mainly a place-holder for now. I want to get into the spec that 
ID 146 is used for `content_stats`. We also could allow `content_stats` in 
older versions since adding it is a backward-compatible change. I don't think 
we want to, but it seems reasonable to leave this here with no entries for 
v1-v3 for now.
   
   We can remove it if you don't agree though.



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