This is an automated email from the ASF dual-hosted git repository.
starocean999 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 541d75f3def [enhance](schema)When querying system tables, it supports
pre-filtering data in the FE (Frontend). (#54405)
add 29ceed3a0b1 [Chore](nereids) remove RecoverTableStmt (#54714)
No new revisions were added by this update.
Summary of changes:
fe/fe-core/src/main/cup/sql_parser.cup | 4 -
.../apache/doris/analysis/RecoverTableStmt.java | 99 ----------------------
.../main/java/org/apache/doris/catalog/Env.java | 5 --
.../apache/doris/datasource/InternalCatalog.java | 6 --
.../trees/plans/commands/RecoverTableCommand.java | 16 ++++
.../main/java/org/apache/doris/qe/DdlExecutor.java | 3 -
.../apache/doris/utframe/TestWithFeService.java | 8 +-
7 files changed, 20 insertions(+), 121 deletions(-)
delete mode 100644
fe/fe-core/src/main/java/org/apache/doris/analysis/RecoverTableStmt.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]