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


##########
hudi-common/src/main/java/org/apache/hudi/common/model/HoodieWriteStat.java:
##########
@@ -114,6 +119,10 @@ public class HoodieWriteStat extends HoodieReadStats {
   @Nullable
   private RuntimeStats runtimeStats;
 
+  @JsonIgnore
+  @AvroIgnore
+  private Option<Map<String, HoodieColumnRangeMetadata<Comparable>>> 
recordsStats = Option.empty();

Review Comment:
   Makes sense.  The old member `recordsStats` in `HoodieDeltaWriteStat` does 
not have the `@JsonIgnore` or `@AvroIgnore`; that's why I was wondering.  On 
storage, on master, the commit metadata does not write `recordsStats` in write 
stat for log files, so we are good (no change in behavior).



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