aokolnychyi commented on code in PR #6919:
URL: https://github.com/apache/iceberg/pull/6919#discussion_r1144218264
##########
core/src/main/java/org/apache/iceberg/TableScanContext.java:
##########
@@ -351,14 +352,15 @@ TableScanContext planWith(ExecutorService executor) {
toSnapshotId,
executor,
fromSnapshotInclusive,
- metricsReporter);
+ metricsReporters);
}
- MetricsReporter metricsReporter() {
- return metricsReporter;
+ Collection<MetricsReporter> metricsReporter() {
Review Comment:
Should the method name change too?
--
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]