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

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


    from 5921163bfa2 [test](beut) add pipeline QueryCache Operator beut (#49904)
     add 8fb7c2f5dbd [test](UT) add scan normalize predicate BEUT test (#49971)

No new revisions were added by this update.

Summary of changes:
 .../{empty_set_operator.h => mock_scan_operator.h} |  44 +-
 be/src/pipeline/exec/operator.cpp                  |   2 +
 be/src/pipeline/exec/scan_operator.cpp             |  13 +
 be/src/pipeline/exec/scan_operator.h               |   4 +
 be/src/vec/exprs/vectorized_fn_call.h              |   3 +
 be/src/vec/exprs/vexpr.h                           |   3 +-
 be/src/vec/exprs/vin_predicate.h                   |   7 +-
 .../operator/scan_normalize_predicate_test.cpp     | 928 +++++++++++++++++++++
 be/test/testutil/mock/mock_descriptors.h           |   1 +
 .../mock/mock_fn_call.cpp}                         |  20 +-
 .../mock/{mock_slot_ref.h => mock_fn_call.h}       |  48 +-
 be/test/testutil/mock/mock_in_expr.cpp             | 104 +++
 .../testutil/mock/mock_in_expr.h}                  |  44 +-
 be/test/testutil/mock/mock_literal_expr.h          |  13 +
 14 files changed, 1142 insertions(+), 92 deletions(-)
 copy be/src/pipeline/exec/{empty_set_operator.h => mock_scan_operator.h} (50%)
 create mode 100644 be/test/pipeline/operator/scan_normalize_predicate_test.cpp
 copy be/test/{vec/aggregate_functions/agg_avg_test.cpp => 
testutil/mock/mock_fn_call.cpp} (65%)
 copy be/test/testutil/mock/{mock_slot_ref.h => mock_fn_call.h} (60%)
 create mode 100644 be/test/testutil/mock/mock_in_expr.cpp
 copy be/{src/vec/exprs/vtuple_is_null_predicate.h => 
test/testutil/mock/mock_in_expr.h} (62%)


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

Reply via email to