dutyu commented on code in PR #23391:
URL: https://github.com/apache/doris/pull/23391#discussion_r1320536048


##########
fe/fe-core/src/main/java/org/apache/doris/qe/cache/CacheAnalyzer.java:
##########
@@ -595,6 +607,14 @@ private CacheTable 
getSelectedPartitionLastUpdateTime(OlapScanNode node) {
         return cacheTable;
     }
 
+    private CacheTable buildCacheTableForHiveScanNode(HiveScanNode node) {
+        CacheTable cacheTable = new CacheTable();
+        cacheTable.table = node.getTargetTable();
+        cacheTable.partitionNum = node.getReadPartitionNum();
+        cacheTable.latestTime = cacheTable.table.getLastUpdateTime();

Review Comment:
   Noop, the lastUpdateTime of hive table will be changed at some situations, 
you can see here: #21873



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

Reply via email to