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

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


    from bc25b4da694 [fix](maxcompute)fix maxcompute catalog international user 
can not access. (#55256)
     add 956703f263e [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]

Reply via email to