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 7d99ec22a29 (cloud-merge) Fix double show the property 
`file_cache_ttl_seconds` (#38052)
     add 5af1195cc34 [feature](iceberg)  iceberg write  support insert 
overwrite and optimize hive write transaction statistics and (#37191)

No new revisions were added by this update.

Summary of changes:
 .../doris/datasource/hive/HMSTransaction.java      | 389 +++++++++------------
 .../datasource/hive/HiveCommonStatistics.java      |  44 ---
 .../doris/datasource/hive/HiveMetadataOps.java     |  19 +-
 .../doris/datasource/hive/HivePartition.java       |  51 ++-
 .../datasource/hive/HivePartitionStatistics.java   |  69 ++--
 .../org/apache/doris/datasource/hive/HiveUtil.java |  21 +-
 .../datasource/iceberg/IcebergTransaction.java     |  70 +---
 .../datasource/statistics/CommonStatistics.java    |   4 +
 .../plans/commands/insert/HiveInsertExecutor.java  |   7 +-
 ...ntext.java => IcebergInsertCommandContext.java} |   6 +-
 .../insert/InsertOverwriteTableCommand.java        |  44 ++-
 .../doris/datasource/TestHMSCachedClient.java      |  10 +-
 .../doris/datasource/hive/HmsCommitTest.java       |  29 +-
 ...nsert.out => test_iceberg_insert_overwrite.out} |  56 ---
 ...groovy => test_iceberg_insert_overwrite.groovy} | 240 +++++++------
 15 files changed, 447 insertions(+), 612 deletions(-)
 delete mode 100644 
fe/fe-core/src/main/java/org/apache/doris/datasource/hive/HiveCommonStatistics.java
 copy 
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/insert/{InsertCommandContext.java
 => IcebergInsertCommandContext.java} (85%)
 copy 
regression-test/data/external_table_p0/iceberg/write/{test_iceberg_write_insert.out
 => test_iceberg_insert_overwrite.out} (55%)
 copy 
regression-test/suites/external_table_p0/iceberg/write/{test_iceberg_write_insert.groovy
 => test_iceberg_insert_overwrite.groovy} (84%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to