thswlsqls opened a new pull request, #8510: URL: https://github.com/apache/paimon/pull/8510
### Purpose - The "Write Initialize" section states the default of `sink.writer-coordinator.cache-memory` as 1GB, but the source default is 2GB. - `FlinkConnectorOptions.SINK_WRITER_COORDINATOR_CACHE_MEMORY` is defined as `defaultValue(MemorySize.ofMebiBytes(2048))` (= 2GB). - Commit `abb779813` raised the default from `ofMebiBytes(1024)` to `ofMebiBytes(2048)`, but this hand-written prose was never updated. Fixes the doc-vs-code drift so users tune Job Manager memory with the correct value. ### Tests - Documentation-only wording fix, no behavior change — no test added. - Corrected value verified against `FlinkConnectorOptions.java` (`ofMebiBytes(2048)` = 2GB). 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]
