the-other-tim-brown commented on code in PR #13556:
URL: https://github.com/apache/hudi/pull/13556#discussion_r2218053946


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/io/FileGroupReaderBasedAppendHandle.java:
##########
@@ -114,6 +115,7 @@ public List<WriteStatus> close() {
       if (writeStatus.getStat().getRuntimeStats() != null) {
         
writeStatus.getStat().getRuntimeStats().setTotalScanTime(readStats.getTotalLogReadTimeMs());
       }
+      writeStatus.getStat().setPrevCommit(operation.getBaseInstantTime());

Review Comment:
   This will match the behavior of log-compaction before 1.0.0. Was it 
intentional to change this portion of the commit metadata for 1.0.0?



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