aokolnychyi commented on a change in pull request #1335:
URL: https://github.com/apache/iceberg/pull/1335#discussion_r470036193
##########
File path: core/src/main/java/org/apache/iceberg/mapping/NameMapping.java
##########
@@ -27,7 +28,7 @@
/**
* Represents a mapping from external schema names to Iceberg type IDs.
*/
-public class NameMapping {
+public class NameMapping implements Serializable {
Review comment:
While we are using guava classes, I think it should be ok as Spark uses
Java serialization for closures.
----------------------------------------------------------------
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]