Skip to content

Commit 56c89c5

Browse files
committed
fix
1 parent ea36306 commit 56c89c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/paimon/defs.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,12 +204,12 @@ struct PAIMON_EXPORT Options {
204204
static const char COMMIT_MAX_RETRIES[];
205205

206206
/// "compaction.max-size-amplification-percent" - The size amplification is defined as the
207-
/// amount (in percentage) of additional storage " needed to store a single byte of data in the
207+
/// amount (in percentage) of additional storage needed to store a single byte of data in the
208208
/// merge tree for changelog mode table. Default value is 200.
209209
static const char COMPACTION_MAX_SIZE_AMPLIFICATION_PERCENT[];
210210

211211
/// "compaction.size-ratio" - Percentage flexibility while comparing sorted run size for
212-
/// changelog mode table. If the candidate sorted run(s) " size is 1% smaller than the next
212+
/// changelog mode table. If the candidate sorted run(s) size is 1% smaller than the next
213213
/// sorted run's size, then include next sorted run into this candidate set. Default value is 1.
214214
static const char COMPACTION_SIZE_RATIO[];
215215

0 commit comments

Comments
 (0)