Zhou-lemon commented on code in PR #56910:
URL: https://github.com/apache/doris/pull/56910#discussion_r2544117164
##########
fe/fe-core/src/main/java/org/apache/doris/catalog/Table.java:
##########
@@ -447,7 +451,15 @@ public long getCreateTime() {
}
public long getUpdateTime() {
- return -1L;
+ return createTime;
+ }
Review Comment:
If specific table types have a "real update time", override getUpdateTime()
in their subclasses for the correct value; otherwise, the default is the
creation time.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]