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 2945de9e235 [opt](iceberg)Improve performance by not retrieving table
objects for hms (#47782)
add e775cc44c85 [Feat](Nereids) support describe command (#47894)
No new revisions were added by this update.
Summary of changes:
.../antlr4/org/apache/doris/nereids/DorisParser.g4 | 4 +-
.../doris/nereids/parser/LogicalPlanBuilder.java | 49 +++
.../apache/doris/nereids/trees/plans/PlanType.java | 1 +
.../trees/plans/commands/DescribeCommand.java} | 327 ++++++++++++---------
.../trees/plans/visitor/CommandVisitor.java | 5 +
.../doris/nereids/parser/NereidsParserTest.java | 6 -
.../nereids_p0/ddl/describe/describe_command.out | Bin 0 -> 1265 bytes
.../ddl/describe/describe_command.groovy} | 48 ++-
8 files changed, 259 insertions(+), 181 deletions(-)
copy fe/fe-core/src/main/java/org/apache/doris/{analysis/DescribeStmt.java =>
nereids/trees/plans/commands/DescribeCommand.java} (62%)
create mode 100644
regression-test/data/nereids_p0/ddl/describe/describe_command.out
copy
regression-test/suites/{query_p0/sql_functions/string_functions/test_like_no_backslash_escapes_mode.groovy
=> nereids_p0/ddl/describe/describe_command.groovy} (52%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]