davidradl commented on code in PR #27458: URL: https://github.com/apache/flink/pull/27458#discussion_r2716267713
########## flink-python/pyflink/fn_execution/__init__.py: ########## @@ -16,10 +16,15 @@ # limitations under the License. ################################################################################ +import logging import os +_LOG = logging.getLogger(__name__) + Review Comment: it looks like there is a unit test file for this python code. Could you add in tests for the logic you have added please. -- 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]
