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 e9d2daa4608 [test](beut) add cases for spilling in MultiCastDataStreamerTest (#50266) add 85b7beec894 [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