morrySnow commented on code in PR #20052:
URL: https://github.com/apache/doris/pull/20052#discussion_r1211879899


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/CascadesContext.java:
##########
@@ -171,7 +171,7 @@ public synchronized void setIsTimeout(boolean isTimeout) {
     }
 
     public synchronized boolean isTimeout() {
-        return isTimeout;
+        return false && isTimeout;

Review Comment:
   remove this



##########
fe/fe-core/src/main/java/org/apache/doris/catalog/Column.java:
##########
@@ -898,4 +898,9 @@ public void gsonPostProcess() throws IOException {
             ((ScalarType) type).setLength(ScalarType.MAX_STRING_LENGTH);
         }
     }
+
+    public boolean isMaterializedViewSlot() {

Review Comment:
   ```suggestion
       public boolean isMaterializedViewColumn() {
   ```



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