nastra commented on code in PR #17433:
URL: https://github.com/apache/iceberg/pull/17433#discussion_r3735564308


##########
core/src/main/java/org/apache/iceberg/util/StructLikeUtil.java:
##########
@@ -28,7 +29,7 @@ public static StructLike copy(StructLike struct) {
     return StructCopy.copy(struct);
   }
 
-  private static class StructCopy implements StructLike {
+  private static class StructCopy implements StructLike, Serializable {

Review Comment:
   yes (b8612ba506a63568041586a67c5e8d78f2f21dbc)



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