rdblue commented on code in PR #7370:
URL: https://github.com/apache/iceberg/pull/7370#discussion_r1198347636
##########
core/src/main/java/org/apache/iceberg/SerializableTable.java:
##########
@@ -83,6 +85,7 @@ protected SerializableTable(Table table) {
this.encryption = table.encryption();
this.locationProvider = table.locationProvider();
this.refs = SerializableMap.copyOf(table.refs());
+ this.metricsReporter = table.metricsReporter();
Review Comment:
Can we expose this through `BaseTable` instead of the `Table` interface? I'm
not sure that we want this in the `Table` interface and it would be best to
avoid it.
--
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]