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

kxiao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 0260817010a [chore](ci) set cloud_p1 (Doris Cloud Regression) as 
required (#33102)
     add 0d7cd949263 [feature](load) support compressed JSON format data for 
broker load (#30809)

No new revisions were added by this update.

Summary of changes:
 be/src/exec/decompressor.cpp                       |  97 +++++++++++++++++++--
 be/src/exec/decompressor.h                         |  11 ++-
 be/src/util/block_compression.cpp                  |   2 +-
 be/src/vec/exec/format/csv/csv_reader.cpp          |  65 +-------------
 be/src/vec/exec/format/json/new_json_reader.cpp    |  20 ++++-
 be/src/vec/exec/format/json/new_json_reader.h      |   3 +
 .../Load/BROKER-LOAD.md                            |   2 +-
 .../Load/BROKER-LOAD.md                            |   2 +-
 .../org/apache/doris/datasource/FileGroupInfo.java |   4 +-
 .../load_p0/broker_load/test_compress_type.out     |   2 +-
 .../stream_load/basic_data_by_line.json.bz2        | Bin 0 -> 3161 bytes
 .../load_p0/stream_load/basic_data_by_line.json.gz | Bin 0 -> 3519 bytes
 .../stream_load/basic_data_by_line.json.lz4        | Bin 0 -> 5520 bytes
 .../load_p0/broker_load/test_compress_type.groovy  |  24 ++++-
 14 files changed, 149 insertions(+), 83 deletions(-)
 create mode 100644 
regression-test/data/load_p0/stream_load/basic_data_by_line.json.bz2
 create mode 100644 
regression-test/data/load_p0/stream_load/basic_data_by_line.json.gz
 create mode 100644 
regression-test/data/load_p0/stream_load/basic_data_by_line.json.lz4


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to