This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch auto-pick-64723-branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from 1ab7fa3cd31 branch-4.1: [fix](regression) fix
one_level_nestedtypes_with_s3data #64832 (#64901)
add b0b7b28b314 [fix](iceberg)Support LZ4 compression for iceberg/hive
Parquet/ORC writers. (#64723)
No new revisions were added by this update.
Summary of changes:
.../writer/iceberg/viceberg_delete_file_writer.cpp | 4 +
.../writer/iceberg/viceberg_partition_writer.cpp | 10 ++
be/src/exec/sink/writer/vhive_partition_writer.cpp | 5 +
be/src/format/transformer/vorc_transformer.cpp | 7 +
be/src/format/transformer/vparquet_transformer.cpp | 11 ++
.../org/apache/doris/datasource/hive/HiveUtil.java | 6 +-
gensrc/thrift/DataSinks.thrift | 5 +
.../external_table_p0/hive/ddl/test_hive_ddl.out | 9 ++
.../test_iceberg_write_parquet_compression.out | 44 ++++++
.../hive/ddl/test_hive_ddl.groovy | 22 ++-
.../test_iceberg_write_parquet_compression.groovy | 155 +++++++++++++++++++++
11 files changed, 275 insertions(+), 3 deletions(-)
create mode 100644
regression-test/data/external_table_p0/iceberg/write/test_iceberg_write_parquet_compression.out
create mode 100644
regression-test/suites/external_table_p0/iceberg/write/test_iceberg_write_parquet_compression.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]