This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-57187-branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from fa7809aaf07 branch-3.1: [chore](dep)Remove unused dependencies #59079
(#59145)
add 57f6e6bd8b8 [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]