This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
from 23b21fcebfd [bugfix](hms)add default value check for hms catalog with dlf (#40336) (#40723) add 4b7b43b5ca6 [bugfix](hive/iceberg)align with Hive insert overwrite table functionality (#39840) (#40724) No new revisions were added by this update. Summary of changes: .../doris/datasource/hive/HMSTransaction.java | 44 +++++++++- .../datasource/iceberg/IcebergTransaction.java | 34 +++++++- .../commands/insert/HiveInsertCommandContext.java | 11 +++ .../org/apache/doris/planner/HiveTableSink.java | 2 + .../datasource/iceberg/IcebergTransactionTest.java | 95 ++++++++++++++++++++-- ...est_hive_insert_overwrite_with_empty_table.out} | 17 ++-- ..._iceberg_insert_overwrite_with_empty_table.out} | 17 ++-- ...t_hive_insert_overwrite_with_empty_table.groovy | 80 ++++++++++++++++++ ...eberg_insert_overwrite_with_empty_table.groovy} | 33 ++++---- 9 files changed, 292 insertions(+), 41 deletions(-) copy regression-test/data/{mtmv_p0/test_row_column_mtmv.out => external_table_p0/hive/write/test_hive_insert_overwrite_with_empty_table.out} (63%) copy regression-test/data/{mtmv_p0/test_row_column_mtmv.out => external_table_p0/iceberg/write/test_iceberg_insert_overwrite_with_empty_table.out} (63%) create mode 100644 regression-test/suites/external_table_p0/hive/write/test_hive_insert_overwrite_with_empty_table.groovy copy regression-test/suites/external_table_p0/iceberg/write/{test_iceberg_create_table.groovy => test_iceberg_insert_overwrite_with_empty_table.groovy} (67%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org