anoopj commented on code in PR #16408:
URL: https://github.com/apache/iceberg/pull/16408#discussion_r3327496561
##########
core/src/main/java/org/apache/iceberg/TrackingStruct.java:
##########
@@ -59,6 +59,11 @@ class TrackingStruct extends SupportsIndexProjection
implements Tracking, Serial
super(BASE_TYPE, type);
}
+ /** Constructor for Java serialization. */
+ TrackingStruct() {
Review Comment:
It is unrelated. I removed it by mistake in the linked merged PR, and seemed
quite small to have another PR (also have a test depend on 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]