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 11c8a3b4093 [enhancement](nereids) add transform rule SaltJoin, 
countDistinctSkewRewrite, and window skew rewrite (#49096)
     add 8b472429fbf [feat](json) The new version of the json_extract_xxx 
series functions (#53282)

No new revisions were added by this update.

Summary of changes:
 be/src/vec/functions/function_json.cpp             |  277 ----
 be/src/vec/functions/function_jsonb.cpp            |  218 +--
 be/test/vec/function/function_json_test.cpp        |   53 -
 be/test/vec/function/function_jsonb_test.cpp       | 1714 ++++----------------
 .../doris/catalog/BuiltinScalarFunctions.java      |   26 +-
 .../rules/expression/ExpressionRuleType.java       |    8 +-
 .../expression/rules/JsonFunctionRewrite.java      |   49 +-
 .../functions/scalar/GetJsonBigInt.java            |   71 -
 .../functions/scalar/GetJsonDouble.java            |   72 -
 .../expressions/functions/scalar/GetJsonInt.java   |   71 -
 .../functions/scalar/GetJsonString.java            |   72 -
 .../expressions/visitor/ScalarFunctionVisitor.java |   20 -
 .../data/json_p0/test_json_load_and_function.out   |  Bin 260921 -> 261233 
bytes
 .../test_json_load_unique_key_and_function.out     |  Bin 87183 -> 87213 bytes
 .../data/jsonb_p0/test_jsonb_load_and_function.out |  Bin 189093 -> 189251 
bytes
 .../test_jsonb_load_unique_key_and_function.out    |  Bin 124357 -> 124389 
bytes
 .../data/nereids_function_p0/scalar_function/J.out |  Bin 160505 -> 160663 
bytes
 .../json_functions/test_json_extract.out           |  Bin 1394 -> 1396 bytes
 .../json_functions/test_json_function.out          |  Bin 1963 -> 1965 bytes
 19 files changed, 364 insertions(+), 2287 deletions(-)
 delete mode 100644 
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/GetJsonBigInt.java
 delete mode 100644 
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/GetJsonDouble.java
 delete mode 100644 
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/GetJsonInt.java
 delete mode 100644 
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/GetJsonString.java


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

Reply via email to