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 de879a286f6 [Enchancement](runtime-filter) support try_append_late_arrival_runtime_filter on MultiCastDataStreamerSourceOperator (#51552) add 768e08dd285 [Chore](nereids) Remove ShowDbStmt (#51604) No new revisions were added by this update. Summary of changes: fe/fe-core/src/main/cup/sql_parser.cup | 16 --- .../java/org/apache/doris/analysis/ShowDbStmt.java | 114 --------------------- .../java/org/apache/doris/qe/ShowExecutor.java | 41 -------- .../org/apache/doris/analysis/ShowDbStmtTest.java | 52 ---------- .../java/org/apache/doris/qe/ShowExecutorTest.java | 50 +++++---- 5 files changed, 24 insertions(+), 249 deletions(-) delete mode 100644 fe/fe-core/src/main/java/org/apache/doris/analysis/ShowDbStmt.java delete mode 100644 fe/fe-core/src/test/java/org/apache/doris/analysis/ShowDbStmtTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org