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 fbef303da5f [opt](iceberg)support read iceberg with tag/branch (#51272)
add c3e418b8284 [Refactor](Jsonb) Refactor the JsonBinaryValue and remove
unnecessary files. (#51300)
No new revisions were added by this update.
Summary of changes:
be/src/exec/es/es_scroll_parser.cpp | 6 +-
be/src/runtime/jsonb_value.cpp | 54 ---
be/src/runtime/jsonb_value.h | 133 +++-----
be/src/util/jsonb_error.h | 130 -------
be/src/util/jsonb_parser_simd.h | 216 ++++--------
be/src/util/jsonb_updater.h | 380 ---------------------
be/src/vec/columns/column_variant.cpp | 15 +-
be/src/vec/data_types/data_type_jsonb.cpp | 2 +-
be/src/vec/data_types/data_type_jsonb.h | 13 +-
.../vec/data_types/serde/data_type_jsonb_serde.cpp | 12 +-
.../data_types/serde/data_type_object_serde.cpp | 7 +-
be/src/vec/functions/function_json.cpp | 4 +-
be/src/vec/functions/function_jsonb.cpp | 84 ++---
be/test/runtime/jsonb_value_test.cpp | 6 -
be/test/util/jsonb_parser_simd_test.cpp | 146 ++++----
be/test/vec/function/function_test_util.cpp | 5 +-
16 files changed, 234 insertions(+), 979 deletions(-)
delete mode 100644 be/src/runtime/jsonb_value.cpp
delete mode 100644 be/src/util/jsonb_error.h
delete mode 100644 be/src/util/jsonb_updater.h
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]