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 6f8795af771 [chore](ci) adjust some invalid url (#44261)
add 37b6c506564 [Enhancement] (nereids)implement showWhitelistCommand in
nereids (#44155)
No new revisions were added by this update.
Summary of changes:
.../antlr4/org/apache/doris/nereids/DorisParser.g4 | 2 +-
.../doris/nereids/parser/LogicalPlanBuilder.java | 7 +++++++
.../apache/doris/nereids/trees/plans/PlanType.java | 1 +
.../trees/plans/commands/ShowBackendsCommand.java | 4 ----
.../trees/plans/commands/ShowFrontendsCommand.java | 3 ---
.../plans/commands/ShowStorageEnginesCommand.java | 3 ---
...thorsCommand.java => ShowWhiteListCommand.java} | 18 +++++++++---------
.../trees/plans/visitor/CommandVisitor.java | 5 +++++
..._nereids.out => test_show_commands_nereids.out} | 0
.../show/test_nereids_frontbackends.groovy | 22 ----------------------
.../show/test_nereids_showbackends.groovy | 22 ----------------------
...ds.groovy => test_show_commands_nereids.groovy} | 6 +++++-
12 files changed, 28 insertions(+), 65 deletions(-)
copy
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/{ShowAuthorsCommand.java
=> ShowWhiteListCommand.java} (77%)
rename regression-test/data/nereids_p0/show/{test_show_engines_nereids.out =>
test_show_commands_nereids.out} (100%)
delete mode 100644
regression-test/suites/nereids_p0/show/test_nereids_frontbackends.groovy
delete mode 100644
regression-test/suites/nereids_p0/show/test_nereids_showbackends.groovy
rename
regression-test/suites/nereids_p0/show/{test_show_engines_nereids.groovy =>
test_show_commands_nereids.groovy} (85%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]