We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 822a436 commit cc13a35Copy full SHA for cc13a35
include/paimon/defs.h
@@ -285,7 +285,7 @@ struct PAIMON_EXPORT Options {
285
/// "global-index.enabled" - Whether to enable global index for scan. Default value is "true".
286
static const char GLOBAL_INDEX_ENABLED[];
287
/// "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.
+ /// files will be stored under the index directory.
289
static const char GLOBAL_INDEX_EXTERNAL_PATH[];
290
};
291
0 commit comments