This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 9bcc3ae283 [Fix](DOE)Fix be core dump when parse es epoch_millis date format (#17100) add 1b58f7f2ea [fix](Nereids) json object and json array should always not nullable (#17205) No new revisions were added by this update. Summary of changes: .../glue/translator/ExpressionTranslator.java | 33 ------------------ .../nereids/rules/analysis/FunctionBinder.java | 9 +++++ .../expressions/functions/scalar/JsonArray.java | 4 +-- .../expressions/functions/scalar/JsonObject.java | 4 +-- .../doris/nereids/util/TypeCoercionUtils.java | 39 ++++++++++++++++++++++ .../json_function/test_query_json_object.out | 10 +++--- 6 files changed, 57 insertions(+), 42 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org