This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from c1c94208e77 [fix](build) Fix Mac compilation error caused by namespace conflict in find_symbols.h (#43004) add 9ed48346c23 [refactor](metrics) Complete metrics for some operators (#42992) No new revisions were added by this update. Summary of changes: .../exec/group_commit_block_sink_operator.cpp | 52 +- .../exec/group_commit_block_sink_operator.h | 7 +- .../pipeline/exec/group_commit_scan_operator.cpp | 1 + be/src/pipeline/exec/hashjoin_build_sink.cpp | 17 +- be/src/pipeline/exec/hashjoin_build_sink.h | 4 +- be/src/pipeline/exec/hashjoin_probe_operator.cpp | 7 +- be/src/pipeline/exec/hashjoin_probe_operator.h | 4 +- be/src/pipeline/exec/jdbc_table_sink_operator.cpp | 1 + .../pipeline/exec/join/process_hash_table_probe.h | 7 +- .../exec/join/process_hash_table_probe_impl.h | 16 +- be/src/pipeline/exec/join_build_sink_operator.cpp | 8 +- be/src/pipeline/exec/join_build_sink_operator.h | 2 - be/src/pipeline/exec/join_probe_operator.cpp | 3 +- be/src/pipeline/exec/join_probe_operator.h | 2 +- .../pipeline/exec/memory_scratch_sink_operator.cpp | 24 +- .../pipeline/exec/memory_scratch_sink_operator.h | 3 + .../exec/multi_cast_data_stream_source.cpp | 13 +- .../pipeline/exec/multi_cast_data_stream_source.h | 3 + .../exec/nested_loop_join_build_operator.cpp | 1 - .../exec/nested_loop_join_probe_operator.cpp | 41 +- .../exec/nested_loop_join_probe_operator.h | 77 ++- be/src/pipeline/exec/repeat_operator.cpp | 75 ++- be/src/pipeline/exec/repeat_operator.h | 5 + be/src/util/arrow/row_batch.cpp | 28 +- be/src/util/arrow/row_batch.h | 8 +- .../serde/data_type_serde_arrow_test.cpp | 654 --------------------- 26 files changed, 229 insertions(+), 834 deletions(-) delete mode 100644 be/test/vec/data_types/serde/data_type_serde_arrow_test.cpp --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org