File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments