We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acd17af commit 1d0fa1cCopy full SHA for 1d0fa1c
1 file changed
paimon-core/src/main/java/org/apache/paimon/mergetree/compact/clustering/ClusteringFileRewriter.java
@@ -115,7 +115,7 @@ public ClusteringFileRewriter(
115
* Sort and rewrite unsorted file by clustering columns. Reads all KeyValue records, sorts them
116
* using an external sort buffer, and writes to new level-1 files. Checks the key index inline
117
* 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.
+ * positions in DV) and updates the index.
119
*/
120
public List<DataFileMeta> sortAndRewriteFile(
121
DataFileMeta inputFile,
0 commit comments