This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 2605b18d89c [fix](ip-functions) fix inet6_aton core (#39415)
add ed560bb1e97 [Feature](show) show backend config using ShowStmt (#36525)
No new revisions were added by this update.
Summary of changes:
.../antlr4/org/apache/doris/nereids/DorisParser.g4 | 1 +
.../antlr4/org/apache/doris/nereids/PLParser.g4 | 5 +
fe/fe-core/src/main/cup/sql_parser.cup | 27 +++-
.../apache/doris/analysis/AdminSetConfigStmt.java | 14 +-
.../org/apache/doris/analysis/ShowConfigStmt.java | 55 +++++--
.../doris/nereids/parser/LogicalPlanBuilder.java | 23 +++
.../apache/doris/nereids/trees/plans/PlanType.java | 3 +-
.../trees/plans/commands/ShowConfigCommand.java | 171 +++++++++++++++++++++
.../trees/plans/visitor/CommandVisitor.java | 5 +
.../java/org/apache/doris/qe/ShowExecutor.java | 79 +++++++++-
.../java/org/apache/doris/system/NodeType.java | 7 +-
.../suites/show_p0/test_show_backend_config.groovy | 57 +++++++
12 files changed, 408 insertions(+), 39 deletions(-)
create mode 100644
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/ShowConfigCommand.java
copy
regression-test/framework/src/main/groovy/org/apache/doris/regression/action/SuiteAction.groovy
=> fe/fe-core/src/main/java/org/apache/doris/system/NodeType.java (90%)
create mode 100644
regression-test/suites/show_p0/test_show_backend_config.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]