This is an automated email from the ASF dual-hosted git repository.
stevenwu pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
from 84172252a1 Add planWith to FindFiles to leverage ParallelIterable
(#13836)
add 856cbf6eb8 Core, Docs: Update
write.metadata.metrics.max-inferred-column-defaults documentation and add
benchmark (#13785)
No new revisions were added by this update.
Summary of changes:
.../org/apache/iceberg/MetricsConfigBenchmark.java | 97 ++++++++++++++++++++++
.../java/org/apache/iceberg/MetricsConfig.java | 21 ++---
.../java/org/apache/iceberg/TestMetricsConfig.java | 56 +++++++++++--
docs/docs/configuration.md | 4 +-
4 files changed, 157 insertions(+), 21 deletions(-)
create mode 100644
core/src/jmh/java/org/apache/iceberg/MetricsConfigBenchmark.java