the-other-tim-brown commented on code in PR #13445:
URL: https://github.com/apache/hudi/pull/13445#discussion_r2152447410
##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/client/model/HoodieInternalRow.java:
##########
@@ -89,6 +92,26 @@ public HoodieInternalRow(UTF8String[] metaFields,
this.metaFields = metaFields;
this.sourceRow = sourceRow;
this.sourceContainsMetaFields = sourceContainsMetaFields;
+ this.isDeleteOperation = false;
+ }
+
+ private HoodieInternalRow(UTF8String recordKey,
Review Comment:
Yes, makes sense. I've cleaned up the constructors to all route through a
common all-args constructor.
--
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]