This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 5a0c1cb1b9 [typo](doc)Update materialized-view.md (#18826) add 63a76ed115 [refactor](exceptionsafe) disallow call new method explicitly (#18830) No new revisions were added by this update. Summary of changes: be/src/common/factory_creator.h | 55 ++++++++++++++++++++++++ be/src/olap/schema_change.cpp | 11 +++-- be/src/pipeline/exec/data_queue.cpp | 2 +- be/src/pipeline/exec/operator.h | 2 +- be/src/pipeline/pipeline_task.cpp | 2 +- be/src/service/point_query_executor.cpp | 4 +- be/src/vec/common/sort/sorter.h | 2 +- be/src/vec/core/block.cpp | 2 +- be/src/vec/core/block.h | 6 ++- be/src/vec/core/block_spill_reader.cpp | 2 +- be/src/vec/exec/scan/pip_scanner_context.h | 9 ++-- be/src/vec/exec/scan/scanner_context.cpp | 8 ++-- be/src/vec/exec/vrepeat_node.cpp | 2 +- be/src/vec/exec/vsort_node.cpp | 2 +- be/src/vec/runtime/vdata_stream_recvr.cpp | 4 +- be/src/vec/runtime/vdata_stream_recvr.h | 2 +- be/src/vec/sink/vdata_stream_sender.cpp | 2 +- be/src/vec/sink/vresult_file_sink.cpp | 3 +- be/src/vec/sink/vtablet_sink.cpp | 6 +-- be/test/vec/exec/parquet/parquet_reader_test.cpp | 5 +-- be/test/vec/exec/parquet/parquet_thrift_test.cpp | 2 +- be/test/vec/function/function_test_util.cpp | 4 +- 22 files changed, 98 insertions(+), 39 deletions(-) create mode 100644 be/src/common/factory_creator.h --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org