codope commented on code in PR #11921:
URL: https://github.com/apache/hudi/pull/11921#discussion_r1777309592


##########
hudi-common/src/main/java/org/apache/hudi/common/table/TableSchemaResolver.java:
##########
@@ -71,7 +72,7 @@
  * Helper class to read schema from data files and log files and to convert it 
between different formats.
  */
 @ThreadSafe
-public class TableSchemaResolver {
+public class TableSchemaResolver implements Serializable {

Review Comment:
   Why does `TableSchemaResolver` have to be Serializable?



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

Reply via email to