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 9bfadb6ae02 [Bug](window) fix window function can't return NULL value 
(#52997)
     add be85c9e3a5e [feat](json) new version of JsonObject (#53015)

No new revisions were added by this update.

Summary of changes:
 be/src/vec/functions/function_json.cpp             | 147 -------------------
 be/src/vec/functions/function_jsonb.cpp            | 157 ++++++++++++++++++++-
 .../apache/doris/analysis/FunctionCallExpr.java    |  11 +-
 .../doris/catalog/BuiltinScalarFunctions.java      |   2 +-
 .../rules/expression/ExpressionRuleType.java       |   3 +-
 .../expression/rules/JsonFunctionRewrite.java      |  21 ++-
 .../expressions/functions/scalar/JsonObject.java   |   7 +-
 .../doris/nereids/util/TypeCoercionUtils.java      |  46 ------
 regression-test/data/ddl_p0/test_ctas.out          | Bin 212 -> 222 bytes
 .../data/nereids_p0/create_table/test_ctas.out     | Bin 690 -> 700 bytes
 .../json_function/test_query_json_object.out       | Bin 1959 -> 2150 bytes
 .../json_function/test_query_json_object.groovy    |   2 +-
 .../json_function/test_query_json_object.groovy    |  29 ++--
 13 files changed, 202 insertions(+), 223 deletions(-)


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

Reply via email to