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 c9388452591 [fix](array)fix array_except/union for left const return only one row result (#36776) add 4fe264888d6 [Fix](export/outfile) Support compression when exporting data to Parquet / ORC. (#36490) No new revisions were added by this update. Summary of changes: be/src/pipeline/exec/result_sink_operator.h | 7 + be/src/vec/runtime/vorc_transformer.cpp | 50 +++-- be/src/vec/runtime/vorc_transformer.h | 11 +- be/src/vec/runtime/vparquet_transformer.cpp | 31 +-- .../writer/iceberg/viceberg_partition_writer.cpp | 27 +-- be/src/vec/sink/writer/vfile_result_writer.cpp | 6 +- be/src/vec/sink/writer/vhive_partition_writer.cpp | 27 +-- .../java/org/apache/doris/analysis/ExportStmt.java | 7 + .../org/apache/doris/analysis/OutFileClause.java | 58 +++-- .../main/java/org/apache/doris/load/ExportJob.java | 9 + .../trees/plans/commands/ExportCommand.java | 8 +- gensrc/thrift/DataSinks.thrift | 2 + .../export_p0/test_parquet_orc_compression.out | 248 +++++++++++++++++++++ .../export_p0/test_parquet_orc_compression.groovy | 177 +++++++++++++++ 14 files changed, 556 insertions(+), 112 deletions(-) create mode 100644 regression-test/data/export_p0/test_parquet_orc_compression.out create mode 100644 regression-test/suites/export_p0/test_parquet_orc_compression.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org