This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-44470-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from 88926d2b7ee [fix](orc) check all the cases before build_search_argument (#44615) (#44802) add a82fac0a57a [fix](iceberg)Bring field_id with parquet files And fix map type's key optional (#44470) No new revisions were added by this update. Summary of changes: .../format/table/iceberg/arrow_schema_util.cpp | 134 +++++++++ .../exec/format/table/iceberg/arrow_schema_util.h} | 31 ++- be/src/vec/exec/format/table/iceberg/types.cpp | 3 +- be/src/vec/exec/format/table/iceberg/types.h | 4 + be/src/vec/runtime/vparquet_transformer.cpp | 51 ++-- be/src/vec/runtime/vparquet_transformer.h | 5 +- .../writer/iceberg/viceberg_partition_writer.cpp | 2 +- .../table/iceberg/arrow_schema_util_test.cpp | 304 +++++++++++++++++++++ .../format/table/iceberg/schema_parser_test.cpp | 24 ++ 9 files changed, 518 insertions(+), 40 deletions(-) create mode 100644 be/src/vec/exec/format/table/iceberg/arrow_schema_util.cpp copy be/src/{agent/topic_subscriber.h => vec/exec/format/table/iceberg/arrow_schema_util.h} (59%) create mode 100644 be/test/vec/exec/format/table/iceberg/arrow_schema_util_test.cpp --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org