AlanConfluent commented on code in PR #26567:
URL: https://github.com/apache/flink/pull/26567#discussion_r2165015400


##########
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 = -6664660022391632123L;
+    private static final long serialVersionUID = -7198305381139008806L;

Review Comment:
   I think it was accidental since there's no reason to change this.  But 
setting it to 1 sounds good.



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