dianfu commented on a change in pull request #16732: URL: https://github.com/apache/flink/pull/16732#discussion_r688285631
########## File path: flink-python/src/main/java/org/apache/flink/streaming/api/operators/python/AbstractPythonFunctionOperator.java ########## @@ -59,6 +59,8 @@ private static final long serialVersionUID = 1L; + protected Configuration config; Review comment: minor: can be declared as private since there is a getter for it. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org