Skip to content

Commit

Permalink
Update apps/spark/src/main/java/com/linkedin/openhouse/jobs/util/Tabl…
Browse files Browse the repository at this point in the history
…eStatsCollectorUtil.java

Co-authored-by: Sumedh Sakdeo <[email protected]>
  • Loading branch information
maluchari and sumedhsakdeo authored Aug 13, 2024
1 parent ffd3afc commit f45bbec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ protected static IcebergTableStats populateStatsForSnapshots(
}

/** Get snapshot distribution for a given table by date. */
private static Map<String, Long> getSnapShotDistributionPerDay(
private static Map<String, Long> getSnapshotDistributionPerDay(
Table table, SparkSession spark, MetadataTableType metadataTableType) {
Dataset<Row> snapShotDistribution =
SparkTableUtil.loadMetadataTable(spark, table, metadataTableType)
Expand Down

0 comments on commit f45bbec

Please sign in to comment.