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

github-bot pushed a change to branch auto-pick-58696-branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git


    from e50161775d6 branch-4.0: [bugfix](be) should not use cpu init in 
config's valadator #58669 (#58693)
     add 983d0d2423e [chore](json) Use const to qualify related functions when 
possible (#58696)

No new revisions were added by this update.

Summary of changes:
 be/src/util/jsonb_document.cpp                     |   2 +-
 be/src/util/jsonb_document.h                       |  91 +++++----------
 be/src/util/jsonb_utils.h                          |   2 +-
 be/src/util/jsonb_writer.h                         |   9 +-
 be/src/vec/data_types/convert_field_to_type.cpp    |   2 +-
 .../vec/data_types/serde/data_type_jsonb_serde.cpp |   2 +-
 be/src/vec/data_types/serde/data_type_serde.cpp    |   2 +-
 be/src/vec/data_types/serde/data_type_serde.h      |   8 +-
 .../exprs/table_function/vexplode_json_object.cpp  |   8 +-
 be/src/vec/functions/cast/cast_to_jsonb.h          |   4 +-
 be/src/vec/functions/function_json.cpp             |   6 +-
 be/src/vec/functions/function_json_hash.cpp        |   2 +-
 be/src/vec/functions/function_jsonb.cpp            |  50 ++++----
 be/src/vec/functions/function_jsonb_transform.cpp  |   4 +-
 be/src/vec/jsonb/serialize.cpp                     |   4 +-
 be/src/vec/olap/olap_data_convertor.cpp            |   4 +-
 be/test/util/jsonb_serialize_test.cpp              |   2 +-
 .../vec/data_types/common_data_type_serder_test.h  |   4 +-
 .../serde/data_type_jsonb_serde_test.cpp           |   4 +-
 .../serde/data_type_serde_agg_state_test.cpp       |   8 +-
 .../serde/data_type_serde_bitmap_test.cpp          |   4 +-
 .../serde/data_type_serde_datetime_v1_test.cpp     |   4 +-
 .../serde/data_type_serde_datetime_v2_test.cpp     |   4 +-
 .../serde/data_type_serde_decimal_test.cpp         |   4 +-
 .../data_type_serde_fixed_length_object_test.cpp   |   4 +-
 .../data_types/serde/data_type_serde_hll_test.cpp  |   4 +-
 .../serde/data_type_serde_number_test.cpp          |   4 +-
 .../serde/data_type_serde_quantile_state_test.cpp  |   4 +-
 .../serde/data_type_serde_string_test.cpp          |   4 +-
 .../vec/data_types/serde/data_type_serde_test.cpp  |   8 +-
 be/test/vec/jsonb/convert_field_to_type_test.cpp   |  30 ++---
 be/test/vec/jsonb/jsonb_document_cast_test.cpp     | 128 ++++++++++-----------
 be/test/vec/jsonb/jsonb_document_test.cpp          |   8 +-
 33 files changed, 196 insertions(+), 232 deletions(-)


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

Reply via email to