thswlsqls opened a new pull request, #8511: URL: https://github.com/apache/paimon/pull/8511
### Purpose fix #6934 - The `compact_database` procedure doc labels `"combined"` as the default `mode`, but the code default is `DIVIDED`. - `CompactDatabaseAction.databaseCompactMode` is initialized to `MultiTablesSinkMode.DIVIDED`; when `mode` is omitted it resolves to `DIVIDED` (`MultiTablesSinkMode.fromString(null)` returns `DIVIDED`). - Moves the `(default)` label from `"combined"` to `"divided"`, matching the sibling page `maintenance/dedicated-compaction.mdx` which already documents divided as the default. ### Tests - Documentation-only wording fix, no behavior change — no test added. - Default verified against `CompactDatabaseAction.java` and `MultiTablesSinkMode.java`. Docs-only change, no module build. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
