This is an automated email from the ASF dual-hosted git repository.
zhangstar333 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 863a652011e [fix](ES Catalog)Make sure ES meta is synced before using
(#46781)
add e9c2040083b [test](beut) add pipeline operator be ut case (#47599)
No new revisions were added by this update.
Summary of changes:
be/src/pipeline/exec/assert_num_rows_operator.h | 4 +
be/src/pipeline/exec/datagen_operator.h | 3 +
be/src/pipeline/exec/empty_set_operator.h | 4 +
be/src/pipeline/exec/mock_operator.h | 67 +++++++++++
be/src/pipeline/exec/operator.cpp | 4 +
be/src/pipeline/exec/operator.h | 15 +++
.../operator/assert_nums_rows_operator.cpp | 111 ++++++++++++++++++
.../pipeline/operator/datagen_operator_test.cpp | 130 +++++++++++++++++++++
.../pipeline/operator/empty_set_operator_test.cpp} | 24 ++--
be/test/pipeline/operator/operator_helper.h | 48 ++++++++
be/test/testutil/column_helper.h | 10 ++
11 files changed, 410 insertions(+), 10 deletions(-)
create mode 100644 be/src/pipeline/exec/mock_operator.h
create mode 100644 be/test/pipeline/operator/assert_nums_rows_operator.cpp
create mode 100644 be/test/pipeline/operator/datagen_operator_test.cpp
copy be/{src/pipeline/exec/empty_set_operator.cpp =>
test/pipeline/operator/empty_set_operator_test.cpp} (65%)
create mode 100644 be/test/pipeline/operator/operator_helper.h
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]