linliu-code commented on code in PR #14116:
URL: https://github.com/apache/hudi/pull/14116#discussion_r2442459335
##########
hudi-spark-datasource/hudi-spark-common/src/test/java/org/apache/hudi/TestHoodieWriterUtils.java:
##########
@@ -116,4 +121,44 @@ void testFallbackToOriginalKey() {
String result = HoodieWriterUtils.getKeyInTableConfig("my.custom.key",
config);
assertEquals("my.custom.key", result);
}
+
+ @Test
+ void testShouldIgnorePayloadValidationVersion9WithCustomMergeMode() {
Review Comment:
This is the function name under test. The following parameter should implies
its behavior.
--
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]