linliu-code commented on code in PR #13947:
URL: https://github.com/apache/hudi/pull/13947#discussion_r2368536813


##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/TestPayloadDeprecationFlow.scala:
##########
@@ -138,8 +163,8 @@ class TestPayloadDeprecationFlow extends 
SparkClientFunctionalTestHarness {
 
     // 5. Add a delete.
     val fourthUpdateData = Seq(
-      (12, 3L, "rider-CC", "driver-CC", 33.90, "i", "12.1", 12, 1),
-      (12, 5L, "rider-EE", "driver-EE", 17.85, "i", "12.1", 12, 1))
+      (12, 3L, "rider-CC", "driver-CC", 33.90, "i", "12.1", 12, 1, "i"),
+      (12, 5L, "rider-EE", "driver-EE", 17.85, "i", "12.1", 12, 1, "i"))

Review Comment:
   I think originally I wanted to test two different deletes, delete by 
operation, and delete by markers.



-- 
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]

Reply via email to