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


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/analysis/BindRelation.java:
##########
@@ -139,9 +139,14 @@ private LogicalPlan bindWithCurrentDb(CascadesContext 
cascadesContext, UnboundRe
         }
         String catalogName = 
cascadesContext.getConnectContext().getCurrentCatalog().getName();
         String dbName = cascadesContext.getConnectContext().getDatabase();
-        TableIf table = cascadesContext.getTables() != null
-                ? cascadesContext.getTableByName(tableName)
-                : getTable(catalogName, dbName, tableName, 
cascadesContext.getConnectContext().getEnv());
+        TableIf table = null;

Review Comment:
   already fixed by another PR: #19695 , please rebase after it be merged



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