nastra commented on code in PR #8202: URL: https://github.com/apache/iceberg/pull/8202#discussion_r1296956858
########## format/puffin-spec.md: ########## @@ -126,6 +126,23 @@ The blob metadata for this blob may include following properties: - `ndv`: estimate of number of distinct values, derived from the sketch. +#### `hive-column-statistics-obj` blob type + +A serialized form of Hive ColumnStatsObject. + +The columnStatsObject supports Histograms, NDV, Min and Max values, Number of nulls, Number of trues, column name, type. Review Comment: ```suggestion The ColumnStatsObject supports Histograms, NDV, Min and Max values, Number of nulls, Number of trues, column name, type. ``` -- 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]
