gaborgsomogyi opened a new pull request, #26327:
URL: https://github.com/apache/flink/pull/26327

   ## What is the purpose of the change
   
   This is a backport of https://github.com/apache/flink/pull/26318.
   
   Pyflink is not able to handle the new YAML based configs.
   Steps to repro:
   * pipeline.jars = ['file:/flink/opt/flink-python-2.0.0.jar']
   * In python env.add_jars('file:/my-feature.jar')
   
   Then it blows up with the following error:
   ```
   2025-03-18 15:43:36,699 INFO  org.apache.flink.client.python.PythonDriver    
              [] - : java.net.MalformedURLException: no protocol: 
['file:/flink/opt/flink-python-2.0.0.jar']
   ```
   In this PR I've added support for it.
   
   ## Brief change log
   
   Add pyflink YAML based config support.
   
   ## Verifying this change
   
   Automated python tests.
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): no
     - The public API, i.e., is any changed class annotated with 
`@Public(Evolving)`: no
     - The serializers: no
     - The runtime per-record code paths (performance sensitive): no
     - Anything that affects deployment or recovery: JobManager (and its 
components), Checkpointing, Kubernetes/Yarn, ZooKeeper: no
     - The S3 file system connector: no
   
   ## Documentation
   
     - Does this pull request introduce a new feature? no
     - If yes, how is the feature documented? not applicable
   


-- 
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]

Reply via email to