gavinchou commented on code in PR #59339:
URL: https://github.com/apache/doris/pull/59339#discussion_r2645546323


##########
fe/fe-core/src/main/java/org/apache/doris/catalog/OlapTable.java:
##########
@@ -3279,11 +3285,43 @@ public long getNextVersion() {
         }
     }
 
+    public boolean isCachedTableVersionExpired() {

Review Comment:
   should we check `if (Config.isNotCloudMode()) return true;` ?
   cache is only applicable in cloud mode.
   or we add some comment here ?



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