aokolnychyi commented on code in PR #6919:
URL: https://github.com/apache/iceberg/pull/6919#discussion_r1144220555


##########
core/src/main/java/org/apache/iceberg/TableScanContext.java:
##########
@@ -372,6 +374,24 @@ TableScanContext reportWith(MetricsReporter reporter) {
         toSnapshotId,
         planExecutor,
         fromSnapshotInclusive,
-        reporter);
+        metricsReporter());
+  }
+
+  TableScanContext reportWith(Collection<MetricsReporter> reporters) {

Review Comment:
   I think it is OK to just have a method that accepts one reporter for now.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to