yihua commented on code in PR #13947:
URL: https://github.com/apache/hudi/pull/13947#discussion_r2366458204
##########
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:
OK, we can take this as a follow-up @linliu-code do you know the original
intention?
--
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]