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 22390d1fc85 [fix](restore) correct the storage_medium of atomic restore (#49330) add d3a6ba57829 [test](beut) add pipeline Union/Intersect/Except Operator beut (#49293) No new revisions were added by this update. Summary of changes: be/src/pipeline/exec/set_probe_sink_operator.cpp | 6 +- be/src/pipeline/exec/set_probe_sink_operator.h | 5 + be/src/pipeline/exec/set_sink_operator.h | 8 + be/src/pipeline/exec/set_source_operator.cpp | 2 +- be/src/pipeline/exec/set_source_operator.h | 6 +- be/src/pipeline/exec/union_sink_operator.cpp | 2 +- be/src/pipeline/exec/union_sink_operator.h | 12 +- be/src/pipeline/exec/union_source_operator.cpp | 4 +- be/src/pipeline/exec/union_source_operator.h | 7 +- be/src/vec/exprs/vliteral.h | 4 + be/test/pipeline/operator/operator_helper.h | 18 + be/test/pipeline/operator/set_operator_test.cpp | 554 ++++++++++++++++++++++ be/test/pipeline/operator/union_operator_test.cpp | 297 ++++++++++++ be/test/testutil/column_helper.h | 38 ++ be/test/testutil/mock/mock_descriptors.h | 1 + be/test/testutil/mock/mock_literal_expr.cpp | 72 +++ be/test/testutil/mock/mock_literal_expr.h | 109 +++++ 17 files changed, 1135 insertions(+), 10 deletions(-) create mode 100644 be/test/pipeline/operator/set_operator_test.cpp create mode 100644 be/test/pipeline/operator/union_operator_test.cpp create mode 100644 be/test/testutil/mock/mock_literal_expr.cpp create mode 100644 be/test/testutil/mock/mock_literal_expr.h --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org