boneanxs commented on code in PR #7627:
URL: https://github.com/apache/hudi/pull/7627#discussion_r1153979409


##########
hudi-common/src/main/avro/HoodieArchivedMetaEntry.avsc:
##########
@@ -128,6 +128,11 @@
             "HoodieIndexCommitMetadata"
          ],
          "default": null
+      },
+      {
+         "name":"stateTransitionTime",
+         "type":["null","string"],
+         "default": null

Review Comment:
   Saving stateTransition time in archiver can help us 1) consistent with the 
instants are not archived. 2) to do some troubleshoot work relate to 
timeline(if we drop modification time after the instant is archived, we can not 
identify how downstream jobs ingest these instants).
   
   Actually in our internal version, we change the `Call show commits/ archive 
commits` to also show stateTransition time. If this implementation is 
acceptable, I'll add that here as well.



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