lihaosky commented on code in PR #26567:
URL: https://github.com/apache/flink/pull/26567#discussion_r2165153370
##########
flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/operators/calc/async/AsyncFunctionRunner.java:
##########
@@ -32,7 +32,7 @@
*/
public class AsyncFunctionRunner extends RichAsyncFunction<RowData, RowData> {
- private static final long serialVersionUID = -7198305381139008806L;
+ private static final long serialVersionUID = 1L;
Review Comment:
Will this have compatibility issues during deserialization if the class is
serialized with old id?
--
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]