gavinchou commented on code in PR #34615: URL: https://github.com/apache/doris/pull/34615#discussion_r1599642005
########## fe/fe-core/src/main/java/org/apache/doris/common/NereidsSqlCacheManager.java: ########## @@ -253,16 +257,28 @@ private boolean tablesOrDataChanged(Env env, SqlCacheContext sqlCacheContext) { return true; } OlapTable olapTable = (OlapTable) tableIf; - long currentTableTime = olapTable.getVisibleVersionTime(); - long cacheTableTime = scanTable.latestTimestamp; + //long currentTableTime = olapTable.getVisibleVersionTime(); Review Comment: revmove unused code -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org