RussellSpitzer commented on a change in pull request #2403:
URL: https://github.com/apache/iceberg/pull/2403#discussion_r605801915
##########
File path: core/src/main/java/org/apache/iceberg/BaseTransaction.java
##########
@@ -679,6 +680,10 @@ public LocationProvider locationProvider() {
public String toString() {
return name();
}
+
+ Object writeReplace() {
Review comment:
It is not clear to me from the name of this method what it does, I
assume the return type is Object so we don't have to parameterize on the
subtype?
--
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]