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 1f5777a8c4b [fix](main) check error immediately after flight_server
init (#52616)
add 014c77e74b8 [Chore](nereids) Remove TruncateTableStmt (#52474)
No new revisions were added by this update.
Summary of changes:
fe/fe-core/src/main/cup/sql_parser.cup | 7 -
.../apache/doris/analysis/TruncateTableStmt.java | 105 ---------
.../main/java/org/apache/doris/catalog/Env.java | 18 --
.../org/apache/doris/datasource/CatalogIf.java | 3 -
.../apache/doris/datasource/ExternalCatalog.java | 27 ---
.../apache/doris/datasource/InternalCatalog.java | 234 -------------------
.../iceberg/IcebergDLFExternalCatalog.java | 6 -
.../main/java/org/apache/doris/qe/DdlExecutor.java | 3 -
.../apache/doris/catalog/TruncateTableTest.java | 257 ---------------------
.../dlf/client/IcebergDLFExternalCatalogTest.java | 2 -
10 files changed, 662 deletions(-)
delete mode 100644
fe/fe-core/src/main/java/org/apache/doris/analysis/TruncateTableStmt.java
delete mode 100644
fe/fe-core/src/test/java/org/apache/doris/catalog/TruncateTableTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]