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 da4de17d5cd [improvement](function) improve date_trunc function
performance when timeunit is const (#25824)
add 6dd60c6ebbf [Enhance](BE) Add -Wshadow-field compile option to avoid
unexpected shadowing behavior (#25698)
No new revisions were added by this update.
Summary of changes:
be/CMakeLists.txt | 1 +
be/src/io/fs/s3_file_writer.h | 1 -
.../olap/rowset/segment_v2/inverted_index_cache.h | 7 +++++++
.../rowset/segment_v2/inverted_index_reader.cpp | 7 +++++++
.../rowset/segment_v2/inverted_index_writer.cpp | 7 +++++++
be/src/olap/rowset/segment_v2/ngram_bloom_filter.h | 8 ++++++++
be/src/pipeline/exec/es_scan_operator.h | 8 ++++++++
.../pipeline/exec/multi_cast_data_stream_source.h | 8 ++++++++
be/src/pipeline/exec/olap_scan_operator.h | 3 ---
.../pipeline/exec/partition_sort_source_operator.h | 4 +---
.../exec/streaming_aggregation_sink_operator.h | 4 ----
be/src/pipeline/pipeline_x/operator.h | 2 +-
.../pipeline_x/pipeline_x_fragment_context.h | 7 +++++++
.../aggregate_function_collect.h | 6 +++---
.../aggregate_function_hll_union_agg.h | 5 +++--
.../aggregate_function_java_udaf.h | 8 ++++----
.../aggregate_function_reader_first_last.h | 6 +++---
.../aggregate_functions/aggregate_function_rpc.h | 8 ++++----
.../aggregate_function_state_merge.h | 10 ++++-----
.../aggregate_function_state_union.h | 10 ++++-----
.../aggregate_function_window.h | 6 +++---
be/src/vec/aggregate_functions/helpers.h | 14 ++++++-------
be/src/vec/common/hash_table/hash_map_context.h | 9 +++++++-
be/src/vec/exec/format/csv/csv_reader.cpp | 24 +++++++++++-----------
be/src/vec/exec/format/csv/csv_reader.h | 6 +++---
be/src/vec/exec/scan/new_es_scan_node.h | 8 ++++++++
be/src/vec/exec/scan/new_es_scanner.cpp | 10 +++++----
be/src/vec/exec/scan/new_es_scanner.h | 1 -
be/src/vec/exec/scan/new_jdbc_scanner.cpp | 4 ++--
be/src/vec/exec/scan/new_jdbc_scanner.h | 2 --
be/src/vec/exec/scan/new_odbc_scanner.cpp | 5 +++--
be/src/vec/exec/scan/new_odbc_scanner.h | 2 --
be/src/vec/exec/scan/new_olap_scan_node.h | 3 ---
be/src/vec/exec/scan/pip_scanner_context.h | 8 ++++----
be/src/vec/exec/scan/vscan_node.h | 2 --
be/src/vec/sink/vmemory_scratch_sink.h | 2 --
36 files changed, 138 insertions(+), 88 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]