lindong28 commented on code in PR #185: URL: https://github.com/apache/flink-ml/pull/185#discussion_r1034328331
########## flink-ml-python/pyflink/ml/tests/test_utils.py: ########## @@ -37,10 +39,35 @@ def update_existing_params(target: JavaWithParams, source: JavaWithParams): class PyFlinkMLTestCase(unittest.TestCase): + resource: JavaObject + + @classmethod + def setUpClass(cls) -> None: + cls._load_dependency_jars() + cls.env = StreamExecutionEnvironment.get_execution_environment() Review Comment: Is this line necessary? -- 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]
