yuqi1129 commented on code in PR #10793:
URL: https://github.com/apache/gravitino/pull/10793#discussion_r3158328519


##########
core/src/main/java/org/apache/gravitino/storage/relational/utils/POConverters.java:
##########
@@ -1575,6 +1575,7 @@ public static OwnerRelPO initializeOwnerRelPOsWithVersion(
           .withCurrentVersion(INIT_VERSION)
           .withLastVersion(INIT_VERSION)
           .withDeleteAt(DEFAULT_DELETED_AT)
+          .withUpdatedAt(System.currentTimeMillis())

Review Comment:
   That's indeed a problem. Gravitino currently uses timestamps, such as the 
time like `deleted_at`, and `audit_time` in the audit information.  Let me 
think a bit if it matters.



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