simhadri-g commented on code in PR #8202:
URL: https://github.com/apache/iceberg/pull/8202#discussion_r1296942727


##########
core/src/main/java/org/apache/iceberg/puffin/StandardBlobTypes.java:
##########
@@ -26,4 +26,17 @@ private StandardBlobTypes() {}
    * href="https://datasketches.apache.org/";>Apache DataSketches</a> library
    */
   public static final String APACHE_DATASKETCHES_THETA_V1 = 
"apache-datasketches-theta-v1";
+
+  /**
+   * A serialized form of HIVE_COLUMN_STATS_OBJ. The full list of available 
stats are provided in the
+   * <a 
href="https://cwiki.apache.org/confluence/display/Hive/StatsDev#StatsDev-ColumnStatistics";>
+   *     Hive columns stats wiki </a>
+   */
+  public static final String HIVE_COLUMN_STATS_OBJ = "column-statistics-obj";

Review Comment:
   Yes.
   I have updated the name to hive-column-statistics-obj. 



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