[GitHub] [hudi] SteNicholas commented on pull request #7716: [HUDI-5558] Serializable interface implementation don't explicitly declare serialVersionUID

2023-01-30 Thread via GitHub
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 `InvalidClassExc

[GitHub] [hudi] SteNicholas commented on pull request #7716: [HUDI-5558] Serializable interface implementation don't explicitly declare serialVersionUID

2023-01-29 Thread via GitHub
SteNicholas commented on PR #7716: URL: https://github.com/apache/hudi/pull/7716#issuecomment-1408035488 @alexeykudinkin, the `serialVersionUID` should only be set to 1 because different JVM generates different `serialVersionUID` and the compatibility problem of `serialVersionUID` is inevit

[GitHub] [hudi] SteNicholas commented on pull request #7716: [HUDI-5558] Serializable interface implementation don't explicitly declare serialVersionUID

2023-01-20 Thread GitBox
SteNicholas commented on PR #7716: URL: https://github.com/apache/hudi/pull/7716#issuecomment-1398542077 @hudi-bot run azure -- 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.

[GitHub] [hudi] SteNicholas commented on pull request #7716: [HUDI-5558] Serializable interface implementation don't explicitly declare serialVersionUID

2023-01-19 Thread GitBox
SteNicholas commented on PR #7716: URL: https://github.com/apache/hudi/pull/7716#issuecomment-1398017208 @danny0405, this pull request explicitly declares the `serialVersionUID` for hudi-flink module. PTAL. -- This is an automated message from the Apache Git Service. To respond to the mes