This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-55861-branch-4.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from b96833b3707 branch-4.0: [fix](case) fix cloud_delete_bitmap/test_load #56536 (#56572) add 19c8866b3af [Enhancement](json load) Set jsonload's default behavior to be read_json_by_line (#55861) No new revisions were added by this update. Summary of changes: be/src/http/action/stream_load.cpp | 27 +- be/src/vec/exec/format/json/new_json_reader.cpp | 2 +- .../fileformat/JsonFileFormatProperties.java | 18 +- .../fileformat/JsonFileFormatPropertiesTest.java | 2 +- .../stream_load/data_by_array_MultiLine.json | 6 + .../load_p0/stream_load/data_by_array_oneLine.json | 1 + .../data/load_p0/stream_load/data_by_line.json | 4 + .../load_p0/stream_load/data_by_multiArray.json | 2 + .../test_json_load_default_behavior.groovy | 511 +++++++++++++++++++++ 9 files changed, 555 insertions(+), 18 deletions(-) create mode 100644 regression-test/data/load_p0/stream_load/data_by_array_MultiLine.json create mode 100644 regression-test/data/load_p0/stream_load/data_by_array_oneLine.json create mode 100644 regression-test/data/load_p0/stream_load/data_by_line.json create mode 100644 regression-test/data/load_p0/stream_load/data_by_multiArray.json create mode 100644 regression-test/suites/load_p0/stream_load/test_json_load_default_behavior.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org