Skip to content

Commit 58ac013

Browse files
committed
fix
1 parent 3ee8dd2 commit 58ac013

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/paimon/defs.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ struct PAIMON_EXPORT Options {
105105
/// Default value is local.
106106
static const char FILE_SYSTEM[];
107107

108-
/// "target-file-size" - Target size of a file. Default value is 256MB.
109-
// TODO(xinyu.lxy): change the default value to 128MB for primary key table.
108+
/// "target-file-size" - Target size of a file. primary key table: the default value is 128 MB.
109+
/// append table: the default value is 256 MB.
110110
static const char TARGET_FILE_SIZE[];
111111

112112
/// "blob.target-file-size" - Target size of a blob file. Default is TARGET_FILE_SIZE.

0 commit comments

Comments
 (0)