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


##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/client/model/HoodieInternalRow.java:
##########
@@ -58,6 +58,8 @@ public class HoodieInternalRow extends InternalRow {
    */
   private final UTF8String[] metaFields;
   private final InternalRow sourceRow;
+  // indicates whether this row represents a delete operation. Used in the CDC 
read.
+  private final boolean isDeleteOperation;

Review Comment:
   This was to better align with the operation type used in Flink



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