aokolnychyi commented on code in PR #7447: URL: https://github.com/apache/iceberg/pull/7447#discussion_r1262807409
########## spark/v3.4/spark/src/main/java/org/apache/iceberg/spark/source/SparkScanBuilder.java: ########## @@ -96,6 +97,7 @@ public class SparkScanBuilder private boolean caseSensitive; private List<Expression> filterExpressions = null; private Filter[] pushedFilters = NO_FILTERS; + private final InMemoryReadMetricReporter metricsReporter; Review Comment: I think this still applies. -- 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]
