Search before asking
Paimon version
1.3.1
Compute Engine
flink 1.20.3
Minimal reproduce step
CALL sys.compact_database(
including_databases = > 'xxx'
);
What doesn't meet your expectations?
The documentation states that the default value for mode is combined, but the actual default value is divided.
https://github.com/apache/paimon/blob/master/paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/action/CompactDatabaseAction.java#L67
Is the documentation wrong, or is the code implementation wrong?
Anything else?
No response
Are you willing to submit a PR?