This is an automated email from the ASF dual-hosted git repository.
dweeks pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git
from 9fcf53b765 Core: Add strict-mode property to JDBC Catalog (#5830)
add 6c7e8d1b84 core: Provide mechanism to cache manifest file content
(#4518)
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/iceberg/CatalogProperties.java | 54 ++++
.../java/org/apache/iceberg/ManifestFiles.java | 106 ++++++-
.../java/org/apache/iceberg/SystemProperties.java | 8 +
.../org/apache/iceberg/hadoop/HadoopFileIO.java | 9 +-
.../java/org/apache/iceberg/io/ContentCache.java | 311 +++++++++++++++++++++
.../org/apache/iceberg/TestManifestCaching.java | 292 +++++++++++++++++++
6 files changed, 777 insertions(+), 3 deletions(-)
create mode 100644 core/src/main/java/org/apache/iceberg/io/ContentCache.java
create mode 100644
core/src/test/java/org/apache/iceberg/TestManifestCaching.java