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


##########
hudi-common/src/main/java/org/apache/hudi/common/model/HoodieWriteStat.java:
##########
@@ -159,6 +159,9 @@ public class HoodieWriteStat implements Serializable {
   @Nullable
   private Long maxEventTime;
 
+  @Nullable
+  private String prevBaseFile;

Review Comment:
   HoodieDeltaWriteStat contains the log files. So, HoodieWriteStat only 
contains info about base files. 



##########
hudi-common/src/main/java/org/apache/hudi/common/table/log/HoodieUnMergedLogRecordScanner.java:
##########
@@ -42,16 +43,19 @@
 public class HoodieUnMergedLogRecordScanner extends 
AbstractHoodieLogRecordScanner {
 
   private final LogRecordScannerCallback callback;
+  private final CallbackForDeletedKeys callbackForDeletedKeys;

Review Comment:
   sure



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