morrySnow commented on code in PR #66080:
URL: https://github.com/apache/doris/pull/66080#discussion_r3709070847
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/ShowTableCommand.java:
##########
@@ -174,6 +175,26 @@ public ShowResultSet doRun(ConnectContext ctx,
StmtExecutor executor) throws Exc
Preconditions.checkArgument(table.get().getType().equals(TableIf.TableType.STREAM));
rows.add(Lists.newArrayList(table.get().getName()));
}
+ } else if (!(dbIf.getCatalog() instanceof InternalCatalog)
Review Comment:
Please add unit tests for this change to ensure that the call counts of key
interfaces meet expectations.
--
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]