This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from ec0be8a037 [bug](decimal) change result type for decimalv2 computation (#22366) add 93a9cec406 [Improvement] Add iceberg metadata cache and support manifest file content cache (#22336) No new revisions were added by this update. Summary of changes: .../doris/catalog/HiveMetaStoreClientHelper.java | 16 -- .../doris/catalog/external/HMSExternalTable.java | 5 +- .../doris/datasource/ExternalMetaCacheMgr.java | 12 + .../datasource/iceberg/IcebergExternalCatalog.java | 8 +- .../planner/external/iceberg/IcebergApiSource.java | 10 +- .../planner/external/iceberg/IcebergHMSSource.java | 7 +- .../external/iceberg/IcebergMetadataCache.java | 265 +++++++++++++++++++++ ...bergSplit.java => IcebergMetadataCacheMgr.java} | 36 +-- .../planner/external/iceberg/IcebergScanNode.java | 58 +++-- .../doris/statistics/util/StatisticsUtil.java | 6 +- .../doris/tablefunction/MetadataGenerator.java | 25 +- 11 files changed, 373 insertions(+), 75 deletions(-) create mode 100644 fe/fe-core/src/main/java/org/apache/doris/planner/external/iceberg/IcebergMetadataCache.java copy fe/fe-core/src/main/java/org/apache/doris/planner/external/iceberg/{IcebergSplit.java => IcebergMetadataCacheMgr.java} (51%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org