Skip to content

Commit f8816d9

Browse files
authored
Update data/src/main/java/org/apache/iceberg/data/PartitionStatsHandler.java
1 parent 45223a4 commit f8816d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/src/main/java/org/apache/iceberg/data/PartitionStatsHandler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public static PartitionStatisticsFile computeAndWriteStatsFile(Table table) thro
130130
* Computes and writes the {@link PartitionStatisticsFile} for a given table and snapshot.
131131
*
132132
* @param table The {@link Table} for which the partition statistics is computed.
133-
* @param snapshotId snapshot for which partition statistics is computed.
133+
* @param snapshotId snapshot for which partition statistics are computed.
134134
* @return {@link PartitionStatisticsFile} for the given snapshot, or null if no statistics are
135135
* present.
136136
*/

0 commit comments

Comments
 (0)