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


##########
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:
   these record stats were mainly added to assist w/ preparing col stats 
records. I don't think the intention is to add it to HoodieCommitMetadata. 
   bcoz, we only populate it for log files as of now. 
   



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