You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2021/11/26 02:10:22 UTC

[incubator-doris] branch master updated (2445f10 -> 70670b5)

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

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


    from 2445f10  [fix](bitmap-function) fix core dump at some bitmap function (#7221)
     add 70670b5  [feat-wip](lateral-iew) Pruning output slot of TableFunctionNode (#7148)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/doris/analysis/Analyzer.java   |  23 +++
 .../org/apache/doris/analysis/BaseTableRef.java    |   2 +-
 .../main/java/org/apache/doris/analysis/Expr.java  |   9 ++
 .../org/apache/doris/analysis/LateralViewRef.java  |  97 ++++++++++---
 .../java/org/apache/doris/analysis/SlotRef.java    |  21 +++
 .../java/org/apache/doris/analysis/TableName.java  |   6 +
 .../apache/doris/planner/SingleNodePlanner.java    |   5 +-
 .../apache/doris/planner/TableFunctionNode.java    |  60 ++++++++
 .../doris/planner/TableFunctionPlanTest.java       | 156 ++++++++++++++++++++-
 gensrc/thrift/PlanNodes.thrift                     |   3 +-
 10 files changed, 349 insertions(+), 33 deletions(-)

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