yihua commented on code in PR #9883:
URL: https://github.com/apache/hudi/pull/9883#discussion_r1372307509


##########
hudi-common/src/main/java/org/apache/hudi/common/model/HoodieRecord.java:
##########
@@ -195,6 +206,10 @@ public HoodieKey getKey() {
     return key;
   }
 
+  public boolean isPartial() {
+    return isPartial;

Review Comment:
   I removed all changes to the `HoodieRecord` and subclasses.  Now whether a 
record is partial or not is determined by the schema attached, which is per log 
file.  Checking whether a schema is partial or not also leverages cache (see 
`SparkPartialMergingUtils`), so there is no overhead.



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