This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-43515-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from 94d0d454953 branch-3.0: [fix](case) Fix test_backup_restore_atomic_with_alter with SYNC (#43639) add ca88b900cdb [fix](column_complex) wrong type of Field returned by ColumnComplex (#43515) No new revisions were added by this update. Summary of changes: be/src/exec/es/es_scroll_parser.cpp | 2 +- be/src/vec/columns/column_complex.h | 5 +- be/src/vec/columns/column_fixed_length_object.h | 6 +- be/src/vec/columns/column_string.h | 4 +- be/src/vec/common/schema_util.cpp | 2 +- be/src/vec/core/field.cpp | 2 +- be/src/vec/core/field.h | 56 ++------------ .../vec/data_types/data_type_fixed_length_object.h | 2 +- be/src/vec/data_types/data_type_jsonb.h | 2 +- be/src/vec/data_types/data_type_object.h | 4 +- be/src/vec/data_types/data_type_string.cpp | 2 +- be/src/vec/data_types/data_type_string.h | 2 +- .../data_types/serde/data_type_object_serde.cpp | 5 +- be/src/vec/json/parse2column.cpp | 2 +- .../compaction/index_compaction_test.cpp | 4 +- .../index_compaction_with_deleted_term.cpp | 4 +- .../aggregate_functions/agg_min_max_by_test.cpp | 2 +- be/test/vec/columns/column_hash_func_test.cpp | 2 +- be/test/vec/columns/column_nullable_test.h | 2 +- be/test/vec/core/column_complex_test.cpp | 87 ++++++++++++++++++++-- be/test/vec/core/field_test.cpp | 2 +- .../data_types/serde/data_type_serde_pb_test.cpp | 6 +- .../data_types/serde/data_type_to_string_test.cpp | 10 +-- .../vec/function/function_array_element_test.cpp | 2 +- be/test/vec/function/function_array_index_test.cpp | 4 +- be/test/vec/function/function_array_size_test.cpp | 12 +-- .../vec/function/function_arrays_overlap_test.cpp | 6 +- .../function_compressed_materialization_test.cpp | 4 +- be/test/vec/function/function_string_test.cpp | 10 +-- be/test/vec/function/table_function_test.cpp | 4 +- be/test/vec/jsonb/serialize_test.cpp | 2 +- .../data/datatype_p0/complex_types/test_map.out | 3 + .../datatype_p0/complex_types/test_map.groovy | 35 +++++++++ 33 files changed, 188 insertions(+), 109 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org