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 cc4f44677a4 [enhance](mtmv)support create mtmv with other mtmv (#32984) add e6f2f54f499 [Chore](build) add -Wconversion and remove some unused code (#33127) No new revisions were added by this update. Summary of changes: be/CMakeLists.txt | 11 ++++++--- .../cloud/cloud_cumulative_compaction_policy.cpp | 2 +- be/src/exprs/bloom_filter_func.h | 4 ++-- be/src/glibc-compatibility/CMakeLists.txt | 1 + be/src/http/http_client.h | 2 +- be/src/io/cache/block_file_cache.cpp | 2 +- be/src/io/cache/block_file_cache_factory.cpp | 2 +- be/src/olap/cumulative_compaction_policy.cpp | 2 +- be/src/olap/memtable.cpp | 4 ++-- be/src/olap/olap_server.cpp | 2 +- be/src/olap/rowset/segment_v2/bloom_filter.cpp | 2 +- .../rowset/segment_v2/inverted_index_cache.cpp | 4 ++-- be/src/olap/wal/wal_table.cpp | 15 ++++++------ be/src/pipeline/exec/set_probe_sink_operator.cpp | 4 ++-- be/src/pipeline/pipeline_x/pipeline_x_task.cpp | 2 +- be/src/pipeline/task_queue.cpp | 2 +- be/src/pipeline/task_queue.h | 2 +- be/src/runtime/decimalv2_value.cpp | 2 +- be/src/runtime/memory/mem_tracker_limiter.cpp | 4 ++-- be/src/runtime/workload_group/workload_group.cpp | 2 +- .../workload_group/workload_group_manager.cpp | 4 ++-- be/src/util/counts.h | 4 ++-- be/src/util/cpu_info.cpp | 2 +- be/src/util/date_func.cpp | 4 ++-- be/src/util/hash_util.hpp | 2 +- be/src/util/mem_info.cpp | 12 +++++----- be/src/util/os_util.cpp | 6 ++--- be/src/util/parse_util.cpp | 6 ++--- be/src/util/runtime_profile.cpp | 2 +- be/src/util/url_coding.cpp | 2 +- .../aggregate_function_avg_weighted.h | 2 +- .../aggregate_function_stddev.h | 2 +- be/src/vec/columns/column.h | 7 ------ be/src/vec/columns/column_array.h | 4 ---- be/src/vec/columns/column_complex.h | 6 ----- be/src/vec/columns/column_const.cpp | 16 ------------- be/src/vec/columns/column_const.h | 2 -- be/src/vec/columns/column_decimal.h | 5 ---- be/src/vec/columns/column_dictionary.h | 6 ----- be/src/vec/columns/column_dummy.h | 14 ----------- be/src/vec/columns/column_fixed_length_object.h | 6 ----- be/src/vec/columns/column_impl.h | 27 ---------------------- be/src/vec/columns/column_map.h | 3 --- be/src/vec/columns/column_nullable.h | 4 ---- be/src/vec/columns/column_object.h | 5 ---- be/src/vec/columns/column_string.h | 4 ---- be/src/vec/columns/column_struct.cpp | 23 ------------------ be/src/vec/columns/column_struct.h | 1 - be/src/vec/columns/column_vector.h | 17 +++++++------- be/src/vec/columns/predicate_column.h | 6 ----- be/src/vec/common/uint128.h | 7 ++++++ be/src/vec/core/types.h | 6 ++--- be/src/vec/data_types/data_type.h | 2 +- be/src/vec/data_types/data_type_decimal.h | 3 ++- .../vec/data_types/serde/data_type_number_serde.h | 2 +- be/src/vec/exec/scan/scanner_context.cpp | 4 ++-- be/src/vec/exec/vset_operation_node.cpp | 4 ++-- .../exprs/table_function/vexplode_json_array.cpp | 2 +- be/src/vec/functions/array/function_array_join.h | 2 +- be/src/vec/functions/function_cast.h | 12 +++++----- be/src/vec/functions/function_quantile_state.cpp | 2 +- be/src/vec/functions/int_div.h | 6 ++--- be/src/vec/sink/writer/vtablet_writer.cpp | 8 +++---- be/test/olap/wal/wal_manager_test.cpp | 4 ++-- be/test/vec/core/block_spill_test.cpp | 8 +++---- be/test/vec/core/block_test.cpp | 4 ++-- .../serde/data_type_serde_arrow_test.cpp | 2 +- .../serde/data_type_serde_mysql_test.cpp | 2 +- .../data_types/serde/data_type_serde_pb_test.cpp | 2 +- .../vec/data_types/serde/data_type_serde_test.cpp | 2 +- be/test/vec/jsonb/serialize_test.cpp | 2 +- 71 files changed, 118 insertions(+), 243 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org