the-other-tim-brown commented on code in PR #13947:
URL: https://github.com/apache/hudi/pull/13947#discussion_r2366428101


##########
hudi-client/hudi-client-common/src/test/java/org/apache/hudi/table/upgrade/TestEightToNineUpgradeHandler.java:
##########
@@ -173,8 +173,9 @@ static Stream<Arguments> payloadClassTestCases() {
         ),
         Arguments.of(
             PostgresDebeziumAvroPayload.class.getName(),
-            RECORD_MERGE_PROPERTY_PREFIX + PARTIAL_UPDATE_UNAVAILABLE_VALUE
-                + "=" + DEBEZIUM_UNAVAILABLE_VALUE,
+            RECORD_MERGE_PROPERTY_PREFIX + PARTIAL_UPDATE_UNAVAILABLE_VALUE + 
"=" + DEBEZIUM_UNAVAILABLE_VALUE + ","
+                + RECORD_MERGE_PROPERTY_PREFIX + DELETE_KEY + 
"=_change_operation_type,"
+                + RECORD_MERGE_PROPERTY_PREFIX + DELETE_MARKER + "=d",

Review Comment:
   Updating the test for Postgres payload, it is already included for MySQL



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