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 e1321a632a9 [fix](planner)comparing partition column name should be
case insensitive when pruning partition in DeleteJob (#50674)
add 1a51bc3f28f [Enhancement] (nereids)implement installPluginCommand in
nereids (#48589)
No new revisions were added by this update.
Summary of changes:
.../antlr4/org/apache/doris/nereids/DorisParser.g4 | 18 ++---
.../doris/nereids/parser/LogicalPlanBuilder.java | 11 +++
.../apache/doris/nereids/trees/plans/PlanType.java | 1 +
.../plans/commands/InstallPluginCommand.java} | 83 +++++++++++----------
.../trees/plans/visitor/CommandVisitor.java | 5 ++
.../java/org/apache/doris/plugin/PluginMgr.java | 16 +++-
...StmtTest.java => InstallPluginCommandTest.java} | 13 ++--
.../data}/plugin_test/auditdemo.zip | Bin
...d.groovy => test_install_plugin_command.groovy} | 18 +++--
9 files changed, 98 insertions(+), 67 deletions(-)
copy
fe/fe-core/src/main/java/org/apache/doris/{analysis/InstallPluginStmt.java =>
nereids/trees/plans/commands/InstallPluginCommand.java} (65%)
copy
fe/fe-core/src/test/java/org/apache/doris/analysis/{InstallPluginStmtTest.java
=> InstallPluginCommandTest.java} (86%)
copy {fe/fe-core/src/test/resources =>
regression-test/data}/plugin_test/auditdemo.zip (100%)
copy
regression-test/suites/nereids_p0/{test_create_workload_policy_command.groovy
=> test_install_plugin_command.groovy} (64%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]