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 cdfbfd1f6b [fix](replica) Fix inconsistent replica id between FE and
BE (#18688)
add dff669899a [Feature](generic-aggregation) add some type define for
generic aggregate functions support (#19252)
No new revisions were added by this update.
Summary of changes:
be/src/olap/olap_common.h | 5 +--
be/src/olap/push_handler.cpp | 4 +--
be/src/olap/row_cursor.cpp | 3 +-
be/src/olap/task/engine_batch_load_task.cpp | 4 +--
be/src/olap/wrapper_field.cpp | 4 ---
be/src/olap/wrapper_field.h | 4 ---
be/src/runtime/define_primitive_type.h | 1 +
be/src/runtime/primitive_type.cpp | 19 ++++++----
be/src/vec/core/types.h | 5 ++-
be/src/vec/data_types/data_type.cpp | 11 +++---
...get_least_supertype.h => data_type_agg_state.h} | 42 +++++++++++++---------
be/src/vec/data_types/data_type_factory.cpp | 17 ++++++++-
be/src/vec/data_types/data_type_string.h | 2 +-
generated-source.sh | 2 ++
gensrc/proto/types.proto | 1 +
gensrc/thrift/Descriptors.thrift | 1 +
gensrc/thrift/Types.thrift | 6 +++-
run-fe-ut.sh | 8 +----
18 files changed, 85 insertions(+), 54 deletions(-)
copy be/src/vec/data_types/{get_least_supertype.h => data_type_agg_state.h}
(57%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]