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

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


    from 8079739554d [feature](scan) Implement BE-side value predicate pushdown 
for MOR tables
     add 0e8492ca3cd [feature](scan) Add read_mor_as_dup_tables session 
variable to read MOR tables without merge

No new revisions were added by this update.

Summary of changes:
 be/src/pipeline/exec/olap_scan_operator.cpp        |   9 +-
 be/src/pipeline/exec/olap_scan_operator.h          |   1 +
 be/src/vec/exec/scan/olap_scanner.cpp              |   5 +-
 .../doris/nereids/rules/analysis/BindRelation.java |   5 +-
 .../nereids/rules/rewrite/SetPreAggStatus.java     |   9 +-
 .../trees/plans/logical/LogicalOlapScan.java       |   7 ++
 .../org/apache/doris/planner/OlapScanNode.java     |   4 +
 .../java/org/apache/doris/qe/SessionVariable.java  |  28 +++++
 gensrc/thrift/PlanNodes.thrift                     |   2 +
 .../unique_with_mor_p0/test_read_mor_as_dup.groovy | 117 +++++++++++++++++++++
 10 files changed, 183 insertions(+), 4 deletions(-)
 create mode 100644 
regression-test/suites/unique_with_mor_p0/test_read_mor_as_dup.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to