This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch auto-pick-55861-branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 909711db6c1 branch-3.1: [fix](file writer) fix value of s3 bytes 
written bvar incorrect #56262 (#56598)
     add d011538af2d [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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to