huangxiaopingRD opened a new pull request, #8417: URL: https://github.com/apache/paimon/pull/8417
### Purpose Refactor `PaimonSparkWriter` to make the Spark write flow easier to follow without changing write semantics. This change mainly: - splits bucket-mode handling in` write` into dedicated private methods - extracts write context initialization from the main write flow - extracts the shared per-partition write pattern for bucketed and non-bucketed writes - keeps the existing write topology and commit merge behavior unchanged ### Tests Not adding new tests. Reason: - this change is a readability refactor and does not intend to change behavior - the affected paths are already covered indirectly by existing Spark write, dynamic bucket, update, delete, and merge test suites -- 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]
