This is an automated email from the ASF dual-hosted git repository.
etudenhoefner pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
from c75efa9c32 Core: Fix metadata table scans with useRef by preserving
metadata schema (#15276)
add 48e49443f7 Core: Convert metrics to Content Stats (#15251)
No new revisions were added by this update.
Summary of changes:
.../main/java/org/apache/iceberg/MetricsUtil.java | 64 ++++
.../org/apache/iceberg/stats/BaseContentStats.java | 3 +-
.../org/apache/iceberg/stats/BaseFieldStats.java | 85 +++--
.../test/java/org/apache/iceberg/TestMetrics.java | 424 +++++++++++++--------
.../org/apache/iceberg/stats/TestFieldStats.java | 38 ++
.../org/apache/iceberg/orc/TestOrcMetrics.java | 8 +-
6 files changed, 432 insertions(+), 190 deletions(-)