nsivabalan commented on issue #16945: URL: https://github.com/apache/hudi/issues/16945#issuecomment-4800699493
This appears to already be fixed on `master` by commit b28d7884971997f9892b868d63ced49d06335cb4 ([HUDI-9258], PR #13092, April 2025). `MergeIntoHoodieTableCommand.shouldUsePartialUpdate` now includes `&& !useCustomMergeMode(parameters)` (line 533 in both `hudi-spark3-common` and `hudi-spark4-common` variants), and the hard-coded `RECORD_MERGE_MODE -> CUSTOM` override was replaced with the inferred merge mode. Closing as duplicate of HUDI-9258 may be appropriate — please confirm whether HUDI-9264 / PR #13099 covers a distinct scenario this gate doesn't already handle. -- 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]
