Skip to content

Commit 1d0fa1c

Browse files
committed
fix
1 parent acd17af commit 1d0fa1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

paimon-core/src/main/java/org/apache/paimon/mergetree/compact/clustering/ClusteringFileRewriter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public ClusteringFileRewriter(
115115
* Sort and rewrite unsorted file by clustering columns. Reads all KeyValue records, sorts them
116116
* using an external sort buffer, and writes to new level-1 files. Checks the key index inline
117117
* during writing to handle deduplication (FIRST_ROW skips duplicates, DEDUPLICATE marks old
118-
* positions in DV) and updates the index without re-reading the output files.
118+
* positions in DV) and updates the index.
119119
*/
120120
public List<DataFileMeta> sortAndRewriteFile(
121121
DataFileMeta inputFile,

0 commit comments

Comments
 (0)