Zhou-lemon commented on code in PR #56910:
URL: https://github.com/apache/doris/pull/56910#discussion_r2544737163


##########
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:
   Could there be any potential issues with the changes here? If there are 
hidden risks, I can revert this.



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

Reply via email to