dianfu commented on a change in pull request #10430: [FLINK-14019][python][cli] Add command-line options for managing Python UDF environment and dependencies. URL: https://github.com/apache/flink/pull/10430#discussion_r354797615
########## File path: flink-python/pyflink/util/utils.py ########## @@ -21,14 +21,15 @@ from pyflink.java_gateway import get_gateway -def to_jarray(j_type, arr): +def to_jarray(j_type, arr, gateway=None): Review comment: This change can be reverted if test_python_options_integrated is removed. ---------------------------------------------------------------- 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
