Skip to content

Commit cc13a35

Browse files
committed
fix4
1 parent 822a436 commit cc13a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/paimon/defs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ struct PAIMON_EXPORT Options {
285285
/// "global-index.enabled" - Whether to enable global index for scan. Default value is "true".
286286
static const char GLOBAL_INDEX_ENABLED[];
287287
/// "global-index.external-path" - Global index root directory, if not set, the global index
288-
/// files will be stored under the <table-root-directory>/index.
288+
/// files will be stored under the index directory.
289289
static const char GLOBAL_INDEX_EXTERNAL_PATH[];
290290
};
291291

0 commit comments

Comments
 (0)