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 376d739b8b7 [fix](array index) Correct null bitmap writing for
inverted index (#47846)
add 40d56530787 [test](beut)add beut case for MultiCastDataStreamer
(#47979)
No new revisions were added by this update.
Summary of changes:
.../common/{env_config.h.in => be_mock_util.cpp} | 17 ++-
be/src/common/be_mock_util.h | 15 +++
be/src/pipeline/dependency.cpp | 7 +-
be/src/pipeline/dependency.h | 2 +-
.../pipeline/exec/multi_cast_data_stream_sink.cpp | 11 +-
be/src/pipeline/exec/multi_cast_data_stream_sink.h | 10 +-
.../exec/multi_cast_data_stream_source.cpp | 6 +-
.../pipeline/exec/multi_cast_data_stream_source.h | 26 +---
be/src/pipeline/exec/multi_cast_data_streamer.cpp | 11 +-
be/src/pipeline/exec/multi_cast_data_streamer.h | 14 +-
be/src/pipeline/pipeline_fragment_context.cpp | 13 +-
.../exec/multi_cast_data_streamer_test.cpp | 145 +++++++++++++++++++++
12 files changed, 208 insertions(+), 69 deletions(-)
copy be/src/common/{env_config.h.in => be_mock_util.cpp} (65%)
create mode 100644 be/test/pipeline/exec/multi_cast_data_streamer_test.cpp
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]