You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by en...@apache.org on 2023/04/04 01:44:22 UTC

[doris] branch master updated (798d2e5160 -> 3e7a9424e4)

This is an automated email from the ASF dual-hosted git repository.

englefly pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 798d2e5160 [fix](catalog) all properties should be checked when create unpartitioned table (#18149)
     add 3e7a9424e4 [feature](nereids) explain shape plan (#18296)

No new revisions were added by this update.

Summary of changes:
 .../antlr4/org/apache/doris/nereids/DorisLexer.g4  |  1 +
 .../antlr4/org/apache/doris/nereids/DorisParser.g4 |  1 +
 .../org/apache/doris/nereids/NereidsPlanner.java   |  7 +++++-
 .../nereids/trees/expressions/BinaryOperator.java  |  5 +++++
 .../nereids/trees/expressions/Expression.java      |  4 ++++
 .../nereids/trees/expressions/SlotReference.java   |  9 ++++++++
 .../org/apache/doris/nereids/trees/plans/Plan.java | 25 ++++++++++++++++++++++
 .../trees/plans/commands/ExplainCommand.java       |  1 +
 .../trees/plans/physical/AbstractPhysicalPlan.java |  1 -
 .../trees/plans/physical/PhysicalFilter.java       |  9 ++++++++
 .../plans/physical/PhysicalHashAggregate.java      |  7 ++++++
 .../trees/plans/physical/PhysicalHashJoin.java     | 13 +++++++++++
 .../plans/physical/PhysicalNestedLoopJoin.java     |  8 +++++++
 .../trees/plans/physical/PhysicalOlapScan.java     |  8 +++++++
 14 files changed, 97 insertions(+), 2 deletions(-)


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