Skip to content

Commit

Permalink
Fix checkstyle error flagged by :iceberg-core:spotlessJavaCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
simhadri-g committed Aug 17, 2023
1 parent 71da824 commit bec46a7
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ private StandardBlobTypes() {}
public static final String APACHE_DATASKETCHES_THETA_V1 = "apache-datasketches-theta-v1";

/**
* A serialized form of Hive column stats object. 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>
* A serialized form of Hive column stats object. 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 = "hive-column-statistics-obj";

Expand Down

0 comments on commit bec46a7

Please sign in to comment.