alexandrefimov commented on PR #16664:
URL: https://github.com/apache/iceberg/pull/16664#issuecomment-4681673714

   Thanks for taking a look.
   
   The concrete use case is diagnostics/observability for `IcebergGenerics` 
reads. `IcebergGenerics.ScanBuilder` owns the underlying `TableScan`, so 
callers currently cannot attach a `MetricsReporter` for a specific generic scan 
and consume the emitted `ScanReport` for telemetry/logging. That is the use 
case described in #14875.
   
   I selected only `metricsReporter` because `TableScan` already supports this 
behavior and this is the one missing hook needed for that use case. The PR 
intentionally avoids mirroring the broader `TableScan` API on 
`IcebergGenerics.ScanBuilder` and keeps the public surface minimal.


-- 
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