This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 85dd64161c9 [typo](tvf & decompression) add case "lz4" -> "lz4frame"
(#56316)
add 151cb7218d9 [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]