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

github-bot pushed a change to branch auto-pick-51384-branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 2f9b3591bfa branch-3.1: [enhancement](hudi)support native read hudi 
top level schema change table. #49051 (#52462)
     add 640244e8fa3 [fix](iceberg) fix the iceberg timstamp_ntz write schema 
and values bug. (#51384)

No new revisions were added by this update.

Summary of changes:
 be/src/pipeline/exec/result_sink_operator.h        |   4 ++
 .../serde/data_type_datetimev2_serde.cpp           |   7 ++-
 .../format/table/iceberg/arrow_schema_util.cpp     |   4 +-
 be/src/vec/runtime/vparquet_transformer.cpp        |  45 +++++++-------
 be/src/vec/runtime/vparquet_transformer.h          |  25 ++++----
 .../writer/iceberg/viceberg_partition_writer.cpp   |   8 +--
 be/src/vec/sink/writer/vfile_result_writer.cpp     |   5 +-
 be/src/vec/sink/writer/vhive_partition_writer.cpp  |   8 +--
 .../create_preinstalled_scripts/iceberg/run12.sql  |  13 ++++
 .../fileformat/ParquetFileFormatProperties.java    |  12 ++++
 .../ParquetFileFormatPropertiesTest.java           |  11 ++++
 gensrc/thrift/DataSinks.thrift                     |   5 ++
 .../write/test_iceberg_write_timestamp_ntz.out     | Bin 0 -> 257 bytes
 .../write/test_iceberg_write_timestamp_ntz.groovy  |  68 +++++++++++++++++++++
 14 files changed, 170 insertions(+), 45 deletions(-)
 create mode 100644 
docker/thirdparties/docker-compose/iceberg/scripts/create_preinstalled_scripts/iceberg/run12.sql
 create mode 100644 
regression-test/data/external_table_p0/iceberg/write/test_iceberg_write_timestamp_ntz.out
 create mode 100644 
regression-test/suites/external_table_p0/iceberg/write/test_iceberg_write_timestamp_ntz.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to