cshuo commented on code in PR #13688:
URL: https://github.com/apache/hudi/pull/13688#discussion_r2261836936


##########
hudi-common/src/main/java/org/apache/hudi/common/model/HoodieRecord.java:
##########
@@ -160,6 +161,8 @@ public String getFieldName() {
 
   protected transient Comparable<?> orderingValue;
 
+  protected Boolean isDelete;

Review Comment:
   Yes, it'll saving re-compute cost for `isDelete`.



##########
hudi-common/src/main/java/org/apache/hudi/common/model/HoodieRecord.java:
##########
@@ -160,6 +161,8 @@ public String getFieldName() {
 
   protected transient Comparable<?> orderingValue;
 
+  protected Boolean isDelete;

Review Comment:
   Yes, it'll save re-compute cost for `isDelete`.



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