We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1390842 commit d314ad9Copy full SHA for d314ad9
paimon-core/src/main/java/org/apache/paimon/table/sink/TableWrite.java
@@ -68,7 +68,7 @@ default TableWrite withMemoryPool(MemorySegmentPool memoryPool) {
68
/**
69
* Compact a bucket of a partition. By default, it will determine whether to perform the
70
* compaction according to the 'num-sorted-run.compaction-trigger' option. If fullCompaction is
71
- * true, it will force a full compaction, which is expensive.
+ * true, it will force a full compaction, which is efffxpensive.
72
*
73
* <p>NOTE: In Java API, full compaction is not automatically executed. If you set
74
* 'changelog-producer' to 'full-compaction', please execute this method regularly to produce
0 commit comments