shuiqiangchen commented on a change in pull request #13292:
URL: https://github.com/apache/flink/pull/13292#discussion_r481534628



##########
File path: flink-python/pyflink/datastream/stream_execution_environment.py
##########
@@ -553,6 +553,29 @@ def set_python_executable(self, python_exec: str):
             .getEnvironmentConfig(self._j_stream_execution_environment)
         env_config.setString(jvm.PythonOptions.PYTHON_EXECUTABLE.key(), 
python_exec)
 
+    def add_jars(self, key: str, jars_path: str):

Review comment:
       Yes, it will be more intuitive if we separate it into two interfaces 
named add_jars() and add_classpaths().




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to