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 4c8c502f75a [fix](iceberg)Different catalogs should use different client pools (#46694) add afadd682482 [feat](nereids) implement showConvertLscCommand in nereids (#45631) No new revisions were added by this update. Summary of changes: .../antlr4/org/apache/doris/nereids/DorisParser.g4 | 2 +- .../doris/nereids/parser/LogicalPlanBuilder.java | 17 +++ .../apache/doris/nereids/trees/plans/PlanType.java | 1 + .../plans/commands/ShowConvertLSCCommand.java | 116 +++++++++++++++++++++ .../trees/plans/visitor/CommandVisitor.java | 5 + .../show/show_light_schema_change_process_nereids | 12 +-- 6 files changed, 146 insertions(+), 7 deletions(-) create mode 100644 fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/ShowConvertLSCCommand.java copy be/src/common/env_config.h.in => regression-test/suites/nereids_p0/ddl/show/show_light_schema_change_process_nereids (70%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org