This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from b7efbf155fb [clean](planner) Remove query stmt (#52790)
add eaea3cc5754 [fix](json) incorrect result for json path with wildcard
(#52161)
No new revisions were added by this update.
Summary of changes:
be/src/util/jsonb_document.cpp | 128 +++++++++++++++++++++
be/src/util/jsonb_document.h | 94 +++++----------
be/src/util/string_util.h | 15 +++
be/src/vec/functions/function_cast.h | 5 +
be/src/vec/functions/function_jsonb.cpp | 116 +++++++++++--------
be/test/vec/function/function_jsonb_test.cpp | 107 ++++++++---------
.../data/json_p0/test_json_load_and_function.out | Bin 260175 -> 260921 bytes
.../test_json_load_unique_key_and_function.out | Bin 87033 -> 87183 bytes
.../data/jsonb_p0/test_jsonb_load_and_function.out | Bin 188934 -> 189088 bytes
.../test_jsonb_load_unique_key_and_function.out | Bin 124394 -> 124355 bytes
.../data/nereids_function_p0/scalar_function/J.out | Bin 160276 -> 160505 bytes
.../json_functions/test_json_extract.out | Bin 325 -> 758 bytes
.../json_functions/test_mapagg_with_jsonfuncs.out | Bin 189 -> 142 bytes
.../json_functions/test_json_extract.groovy | 62 ++++++++++
14 files changed, 364 insertions(+), 163 deletions(-)
create mode 100644 be/src/util/jsonb_document.cpp
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]