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 49738b93834 [fix](p0)Fix prepare stmt case failure. (#53435)
add b6a2f61a9c8 [feat](json) new version of json_extract (#53389)
No new revisions were added by this update.
Summary of changes:
be/src/vec/functions/function_json.cpp | 158 ---------------------
be/src/vec/functions/function_jsonb.cpp | 50 +++++--
be/test/vec/function/function_json_test.cpp | 106 --------------
.../doris/catalog/BuiltinScalarFunctions.java | 4 +-
.../expressions/functions/scalar/JsonExtract.java | 69 ---------
.../functions/scalar/JsonExtractNoQuotes.java | 5 +-
.../expressions/visitor/ScalarFunctionVisitor.java | 5 -
.../json_functions/test_json_extract.out | Bin 1396 -> 1742 bytes
.../json_functions/test_json_function.out | Bin 1965 -> 1967 bytes
.../test_inlineview_with_window_function.groovy | 10 +-
.../mv_p0/test_dup_mv_json/test_dup_mv_json.groovy | 6 +-
.../json_functions/test_json_extract.groovy | 54 ++++++-
regression-test/suites/variant_p0/load.groovy | 4 +-
13 files changed, 107 insertions(+), 364 deletions(-)
delete mode 100644 be/test/vec/function/function_json_test.cpp
delete mode 100644
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/JsonExtract.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]