You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2023/04/25 17:50:55 UTC

[iceberg] branch master updated (a13115d6dd -> 8e7381330c)

This is an automated email from the ASF dual-hosted git repository.

blue pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


    from a13115d6dd Spark 3.4: Relax constraints in SparkPartitioningAwareScan (#7423)
     add 8e7381330c Core: Extract REST metrics reporter into its own class (#7339)

No new revisions were added by this update.

Summary of changes:
 .../apache/iceberg/rest/RESTMetricsReporter.java   | 61 ++++++++++++++++++++++
 .../apache/iceberg/rest/RESTSessionCatalog.java    | 36 +++++--------
 2 files changed, 74 insertions(+), 23 deletions(-)
 create mode 100644 core/src/main/java/org/apache/iceberg/rest/RESTMetricsReporter.java