This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-55392-branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from ba69ec0fbff branch-3.1: [enhancement](be) exit directly without
deconstruct objects when not enable memleak check #55179 (#55485)
add 6b643637241 [feat](outfile) support compression type for csv format in
outfile and export (#55392)
No new revisions were added by this update.
Summary of changes:
be/src/pipeline/exec/result_sink_operator.h | 6 +
be/src/vec/sink/writer/vfile_result_writer.cpp | 27 ++++-
be/src/vec/sink/writer/vfile_result_writer.h | 2 +
.../org/apache/doris/analysis/OutFileClause.java | 5 +
.../java/org/apache/doris/common/util/Util.java | 4 +-
.../fileformat/CsvFileFormatProperties.java | 32 +++++
.../main/java/org/apache/doris/load/ExportJob.java | 11 +-
.../fileformat/CsvFileFormatPropertiesTest.java | 8 +-
.../fileformat/TextFileFormatPropertiesTest.java | 5 +-
gensrc/thrift/DataSinks.thrift | 3 +
regression-test/data/export_p0/test_export_csv.out | Bin 21332 -> 24555 bytes
.../data/export_p0/test_outfile_csv_compress.out | Bin 0 -> 1729 bytes
.../suites/export_p0/test_export_csv.groovy | 69 +++++++++++
.../export_p0/test_outfile_csv_compress.groovy | 131 +++++++++++++++++++++
14 files changed, 285 insertions(+), 18 deletions(-)
create mode 100644 regression-test/data/export_p0/test_outfile_csv_compress.out
create mode 100644
regression-test/suites/export_p0/test_outfile_csv_compress.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]