rdblue commented on a change in pull request #2046:
URL: https://github.com/apache/iceberg/pull/2046#discussion_r561139509
##########
File path: core/src/main/java/org/apache/iceberg/BaseMetadataTable.java
##########
@@ -186,4 +194,34 @@ public Transaction newTransaction() {
public String toString() {
return name();
}
+
+ abstract Object writeReplace();
+
+ static class TableStub implements Serializable {
Review comment:
For [other
classes](https://github.com/apache/iceberg/blob/master/api/src/main/java/org/apache/iceberg/expressions/SerializationProxies.java),
we call these classes `SomethingProxy`. Should we use the same term, `Proxy`,
instead of `Stub`?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]