Skip to content

Commit d314ad9

Browse files
committed
fix
1 parent 1390842 commit d314ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paimon-core/src/main/java/org/apache/paimon/table/sink/TableWrite.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ default TableWrite withMemoryPool(MemorySegmentPool memoryPool) {
6868
/**
6969
* Compact a bucket of a partition. By default, it will determine whether to perform the
7070
* compaction according to the 'num-sorted-run.compaction-trigger' option. If fullCompaction is
71-
* true, it will force a full compaction, which is expensive.
71+
* true, it will force a full compaction, which is efffxpensive.
7272
*
7373
* <p>NOTE: In Java API, full compaction is not automatically executed. If you set
7474
* 'changelog-producer' to 'full-compaction', please execute this method regularly to produce

0 commit comments

Comments
 (0)