FANNG1 commented on code in PR #5580:
URL: https://github.com/apache/gravitino/pull/5580#discussion_r1843099194
##########
core/src/main/java/org/apache/gravitino/listener/api/event/BaseEvent.java:
##########
@@ -76,7 +78,8 @@ public NameIdentifier identifier() {
*
* @return The event creation time in milliseconds since epoch.
*/
- public long eventTime() {
+ @Override
+ public long eventTimeAtMs() {
Review Comment:
I will rollback to eventTime to keep compatibility.
--
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]