Re: [PR] fix: missing serialVersionUID of serializable classes [flink]

2024-01-08 Thread via GitHub
flinkbot commented on PR #24047: URL: https://github.com/apache/flink/pull/24047#issuecomment-1882480603 ## CI report: * 57136eb1fbcb1eb408d7abe73200a468cf026a10 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[PR] fix: missing serialVersionUID of serializable classes [flink]

2024-01-08 Thread via GitHub
rng70-or opened a new pull request, #24047: URL: https://github.com/apache/flink/pull/24047 ## What is the purpose of the change In several files there are some classes that are serializable but they do not contain any serialVersionUID field. The compiler generates one by defa