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


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/logical/LogicalOlapScan.java:
##########
@@ -239,8 +240,16 @@ public String getFingerprint() {
         }
         // NOTE: embed version info avoid mismatching under data maintaining
         // TODO: more efficient way to ignore the ignorable data maintaining
+        long version = 0;

Review Comment:
   ditto



##########
fe/fe-core/src/main/java/org/apache/doris/nereids/SqlCacheContext.java:
##########
@@ -140,11 +144,22 @@ public synchronized void addUsedTable(TableIf tableIf) {
             return;
         }
 
+        long version = 0;

Review Comment:
   ditto



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