This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-50308-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
from bc68a8da070 branch-2.1: remove visible rowset from memory during deletion transaction (#50329) add 4df58321120 [fix](json-functions)fix json-replace/insert/set/array behavior with complex type (#50308) No new revisions were added by this update. Summary of changes: be/src/vec/functions/function_json.cpp | 4 +- .../expressions/functions/scalar/JsonArray.java | 33 +++++++------ .../expressions/functions/scalar/JsonInsert.java | 33 ++++++++----- .../expressions/functions/scalar/JsonReplace.java | 33 ++++++++----- .../expressions/functions/scalar/JsonSet.java | 33 ++++++++----- .../json_function/test_query_json_array.out | Bin 485 -> 1395 bytes .../json_function/test_query_json_insert.out | Bin 423 -> 1785 bytes .../json_function/test_query_json_replace.out | Bin 543 -> 1752 bytes .../json_function/test_query_json_set.out | Bin 385 -> 1594 bytes .../json_function/test_query_json_array.groovy | 51 +++++++++++++++++++ .../json_function/test_query_json_insert.groovy | 55 +++++++++++++++++++++ .../json_function/test_query_json_replace.groovy | 55 +++++++++++++++++++++ .../json_function/test_query_json_set.groovy | 55 +++++++++++++++++++++ 13 files changed, 297 insertions(+), 55 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org