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

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


    from 3a9dcf408b0 branch-4.0: [fix](nereids) when Expression has no more 
than 2 children, the attribute hasUnbound is not set correctly  #60152 (#60305)
     add 3d859ce5aaf [enhance](iceberg) Refactor Iceberg metadata cache 
structure and add table cache test cases (#59716)

No new revisions were added by this update.

Summary of changes:
 .../doris/datasource/hive/HMSExternalTable.java    |   2 +-
 .../doris/datasource/hive/IcebergDlaTable.java     |  21 +-
 .../datasource/iceberg/IcebergExternalCatalog.java |  13 +-
 .../datasource/iceberg/IcebergExternalTable.java   |  22 +-
 .../datasource/iceberg/IcebergMetadataCache.java   | 130 ++----
 ...ccSnapshot.java => IcebergTableCacheValue.java} |  29 +-
 .../doris/datasource/iceberg/IcebergUtils.java     | 143 ++++---
 .../iceberg/test_iceberg_table_cache.groovy        | 443 +++++++++++++++++++++
 8 files changed, 600 insertions(+), 203 deletions(-)
 copy 
fe/fe-core/src/main/java/org/apache/doris/datasource/iceberg/{IcebergMvccSnapshot.java
 => IcebergTableCacheValue.java} (52%)
 create mode 100644 
regression-test/suites/external_table_p0/iceberg/test_iceberg_table_cache.groovy


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

Reply via email to