dianfu commented on a change in pull request #11719: [FLINK-17124][python] Fix The PyFlink Job runs into infinite loop if the UDF file imports job code. URL: https://github.com/apache/flink/pull/11719#discussion_r407837618
########## File path: flink-python/pyflink/java_gateway.py ########## @@ -34,6 +34,14 @@ _lock = RLock() +def is_launch_java_gateway_disabled(): Review comment: Rename to is_launch_gateway_disabled ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
