SteNicholas commented on PR #7716: URL: https://github.com/apache/hudi/pull/7716#issuecomment-1409669377
@alexeykudinkin, the problem is that a Flink job which writes data to Hudi and enables async clustering runs on the kubernetes with different JVM,then the job throws the `InvalidClassException` for the deserialization. The reason of the exception is that `Serializable` interface implementation don't explicitly declare `serialVersionUID`. Therefore, I introduces the `serialVersionUID` for the operators and functions of hudi-flink module. This changes have been discussed with @danny0405 offline. -- 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]
