codope commented on code in PR #10003:
URL: https://github.com/apache/hudi/pull/10003#discussion_r1385823883
##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/TestPartialUpdateAvroPayload.scala:
##########
@@ -66,8 +66,14 @@ class TestPartialUpdateAvroPayload extends
HoodieClientTestBase {
}
@ParameterizedTest
- @EnumSource(classOf[HoodieTableType])
- def testPartialUpdatesAvroPayloadPrecombine(hoodieTableType:
HoodieTableType): Unit = {
+ @CsvSource(Array(
Review Comment:
I didn't notice the test you mentioned. I can change that in a subsequent
PR. Without the fix, this test will fail for the last case ("MERGE_ON_READ",
true).
--
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]