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 a719d7a2226 [fix](memory) Fix LRU Cache of type `NUMBER` charge (#28175) add 78b0fec33a6 [Fix](Outfile) Support export nested complex type data to orc file format (#28182) No new revisions were added by this update. Summary of changes: .../vec/data_types/serde/data_type_array_serde.cpp | 18 +- .../vec/data_types/serde/data_type_map_serde.cpp | 22 +- .../data_types/serde/data_type_nullable_serde.cpp | 7 +- .../data_types/serde/data_type_struct_serde.cpp | 18 +- be/src/vec/runtime/vorc_transformer.cpp | 69 +++- be/src/vec/runtime/vorc_transformer.h | 5 + .../org/apache/doris/analysis/OutFileClause.java | 17 - .../csv/test_outfile_csv_one_nested_type.out | 225 +++++++++++ .../orc/test_outfile_orc_one_nested_type.out | 225 +++++++++++ .../test_outfile_parquet_one_nested_type.out | 225 +++++++++++ .../csv/test_outfile_csv_one_nested_type.groovy | 447 +++++++++++++++++++++ .../orc/test_outfile_orc_one_nested_type.groovy | 447 +++++++++++++++++++++ .../test_outfile_parquet_one_nested_type.groovy | 447 +++++++++++++++++++++ 13 files changed, 2109 insertions(+), 63 deletions(-) create mode 100644 regression-test/data/export_p0/outfile/csv/test_outfile_csv_one_nested_type.out create mode 100644 regression-test/data/export_p0/outfile/orc/test_outfile_orc_one_nested_type.out create mode 100644 regression-test/data/export_p0/outfile/parquet/test_outfile_parquet_one_nested_type.out create mode 100644 regression-test/suites/export_p0/outfile/csv/test_outfile_csv_one_nested_type.groovy create mode 100644 regression-test/suites/export_p0/outfile/orc/test_outfile_orc_one_nested_type.groovy create mode 100644 regression-test/suites/export_p0/outfile/parquet/test_outfile_parquet_one_nested_type.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org