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 736b65e8b6b [log](mysql command)Log packet when receive COM_SLEEP 
(#47879)
     add 32ad264a092 [feature](nereids)support create index and policy command 
in nereids (#46105)

No new revisions were added by this update.

Summary of changes:
 .../antlr4/org/apache/doris/nereids/DorisParser.g4 |  18 ++--
 .../apache/doris/analysis/BuildIndexClause.java    |   9 ++
 .../doris/nereids/parser/LogicalPlanBuilder.java   |  75 +++++++++++++--
 .../trees/plans/commands/CancelCommand.java        |  32 +------
 .../trees/plans/commands/CreatePolicyCommand.java  | 104 +++++++++++++++++++--
 .../info/{CreateIndexOp.java => BuildIndexOp.java} |  25 +++--
 .../trees/plans/commands/info/CreateIndexOp.java   |  15 +--
 .../trees/plans/commands/info/DropIndexOp.java     |  15 +--
 .../trees/plans/commands/info/IndexDefinition.java |  27 +++++-
 .../plans/commands/info/PartitionNamesInfo.java    |   6 +-
 .../plans/commands/info/ReplacePartitionOp.java    |   4 +-
 .../trees/plans/commands/info/TableRefInfo.java    |   2 +-
 .../java/org/apache/doris/policy/PolicyMgr.java    |   7 +-
 13 files changed, 251 insertions(+), 88 deletions(-)
 copy 
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/info/{CreateIndexOp.java
 => BuildIndexOp.java} (81%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to