This is an automated email from the ASF dual-hosted git repository.
mrhhsg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 7f9b130c1d3 [fix](nereids) runtime filter generation bug for topn lazy
materialization (#56137)
add 3e9b5600c0e [chore](test) improve coverage of function_jsonb.cpp
(#56151)
No new revisions were added by this update.
Summary of changes:
be/src/vec/functions/function_jsonb.cpp | 291 +++++++++++----------
be/test/vec/function/function_jsonb_test.cpp | 85 +++++-
be/test/vec/function/function_test_util.h | 4 +-
.../conditional_functions/test_json_parse.out | Bin 1066 -> 1666 bytes
.../sql_functions/json_functions/json_search.out | Bin 6323 -> 7471 bytes
.../json_functions/test_json_exists_path.out | Bin 0 -> 1132 bytes
.../json_functions/test_json_extract.out | Bin 1893 -> 2913 bytes
.../json_functions/test_json_function.out | Bin 2996 -> 3586 bytes
.../conditional_functions/test_json_parse.groovy | 27 +-
.../json_functions/json_search.groovy | 39 ++-
.../json_functions/test_json_exists_path.groovy | 180 +++++++++++++
.../json_functions/test_json_extract.groovy | 107 +++++++-
.../json_functions/test_json_function.groovy | 49 +++-
13 files changed, 590 insertions(+), 192 deletions(-)
create mode 100644
regression-test/data/query_p0/sql_functions/json_functions/test_json_exists_path.out
create mode 100644
regression-test/suites/query_p0/sql_functions/json_functions/test_json_exists_path.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]