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 18ea0da19c9 [Chore](nereids) Remove ShowViewStmt (#51616) add 9c77607d84f [Enhancement](nereids)support show type_cast (#51606) No new revisions were added by this update. Summary of changes: .../antlr4/org/apache/doris/nereids/DorisParser.g4 | 2 +- .../doris/nereids/parser/LogicalPlanBuilder.java | 10 +++ .../apache/doris/nereids/trees/plans/PlanType.java | 1 + ...eationCommand.java => ShowTypeCastCommand.java} | 94 ++++++++++++---------- .../trees/plans/visitor/CommandVisitor.java | 5 ++ .../plans/commands/ShowTypeCastCommandTest.java} | 16 ++-- .../show/test_nereids_show_typecast.groovy | 24 ++---- 7 files changed, 87 insertions(+), 65 deletions(-) copy fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/{ShowTableCreationCommand.java => ShowTypeCastCommand.java} (53%) copy fe/fe-core/src/test/java/org/apache/doris/nereids/{datasets/clickbench/ClickBenchTestBase.java => trees/plans/commands/ShowTypeCastCommandTest.java} (69%) copy fe/fe-core/src/main/java/org/apache/doris/datasource/iceberg/IcebergSchemaCacheValue.java => regression-test/suites/nereids_p0/show/test_nereids_show_typecast.groovy (63%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org