nastra commented on code in PR #15104: URL: https://github.com/apache/iceberg/pull/15104#discussion_r2799265715
########## spark/v4.1/spark/src/main/java/org/apache/iceberg/spark/source/SparkPositionDeltaWrite.java: ########## @@ -119,6 +121,7 @@ class SparkPositionDeltaWrite extends BaseSparkWrite private final Map<String, String> writeProperties; private boolean cleanupOnAbort = false; + private InMemoryMetricsReporter metricsReporter; Review Comment: I believe we're also missing the same changes for `SparkPositionDeletesRewrite` -- 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]
