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