rdblue commented on a change in pull request #1335:
URL: https://github.com/apache/iceberg/pull/1335#discussion_r470201424
##########
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:
Thanks! I don't think `Schema` needs to be updated, since it only uses
Guava classes for `transient` fields that get re-initialized after
serialization.
----------------------------------------------------------------
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]