yihua commented on code in PR #10003:
URL: https://github.com/apache/hudi/pull/10003#discussion_r1385348408
##########
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:
The new partial update support is tested through
`TestPartialUpdateForMergeInto`. We don't have to change this test. Did this
test fail before this change?
--
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]