This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-57187-branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from a2b15b9a0f5 branch-4.0: [fix](test) modify conf for regression tests
#59073 (#59109)
add e59671b7f53 [Enhancement](iceberg) add iceberg expire cache params in
catalog property (#57187)
No new revisions were added by this update.
Summary of changes:
.../doris/datasource/ExternalMetaCacheMgr.java | 69 ++++++---
.../doris/datasource/hive/HMSExternalTable.java | 5 +-
.../datasource/iceberg/IcebergExternalCatalog.java | 32 ++++
.../datasource/iceberg/IcebergMetadataCache.java | 43 ++++--
.../iceberg/IcebergMetadataCacheMgr.java | 51 -------
.../doris/datasource/iceberg/IcebergUtils.java | 10 +-
.../iceberg/source/IcebergApiSource.java | 7 +-
.../iceberg/source/IcebergHMSSource.java | 5 +-
.../doris/tablefunction/MetadataGenerator.java | 2 +-
.../iceberg/test_iceberg_table_meta_cache.groovy | 168 +++++++++++++++++++++
10 files changed, 293 insertions(+), 99 deletions(-)
delete mode 100644
fe/fe-core/src/main/java/org/apache/doris/datasource/iceberg/IcebergMetadataCacheMgr.java
create mode 100644
regression-test/suites/external_table_p0/iceberg/test_iceberg_table_meta_cache.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]