This is an automated email from the ASF dual-hosted git repository.

eldenmoon pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 61244e0b05e [improvement](cloud-mow) change update_delete_bitmap rpc 
timeout to 30s (#51671)
     add 179627f7351 [fix](variant)fix variant type conflicts in nested types 
(#52696)

No new revisions were added by this update.

Summary of changes:
 be/src/vec/columns/column_variant.cpp              |  42 +-
 be/src/vec/columns/column_variant.h                |   4 +
 be/src/vec/data_types/convert_field_to_type.cpp    |  18 +-
 be/src/vec/functions/function_cast.h               |  35 +-
 be/src/vec/json/json_parser.cpp                    |  12 +-
 be/src/vec/json/json_parser.h                      |   2 +
 .../function/cast/function_variant_cast_test.cpp   | 468 ++++++++++++++++++
 be/test/vec/jsonb/convert_field_to_type_test.cpp   | 522 +++++++++++++++++++++
 be/test/vec/jsonb/json_parser_test.cpp             | 169 +++++++
 regression-test/data/variant_p0/desc.out           | Bin 5887 -> 5908 bytes
 regression-test/data/variant_p0/load.out           | Bin 16080 -> 16085 bytes
 regression-test/data/variant_p0/nested2.out        | Bin 0 -> 4088 bytes
 regression-test/suites/variant_p0/nested2.groovy   | 151 ++++++
 13 files changed, 1400 insertions(+), 23 deletions(-)
 create mode 100644 be/test/vec/function/cast/function_variant_cast_test.cpp
 create mode 100644 be/test/vec/jsonb/convert_field_to_type_test.cpp
 create mode 100644 be/test/vec/jsonb/json_parser_test.cpp
 create mode 100644 regression-test/data/variant_p0/nested2.out
 create mode 100644 regression-test/suites/variant_p0/nested2.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to