gaborgsomogyi opened a new pull request, #54:
URL: https://github.com/apache/flink-connector-shared-utils/pull/54

   Add optional_maven_profiles input to python_ci workflow
   
   `ci.yml` already `supports optional_maven_profiles` to allow connectors to 
activate or deactivate Maven profiles for specific Flink version builds. This 
change brings `python_ci.yml` to parity.
   
   The input is optional with no default, so all existing callers are 
unaffected. When provided, the profiles are appended to `MVN_COMMON_OPTIONS` 
via `-P`, mirroring the existing java11-target pattern.
   
   Motivation: connectors that use Flink-version-gated Maven profiles (e.g. to 
exclude source files that depend on APIs not available in older Flink versions) 
need the same gating to apply during the Python CI compile step, not just the 
Java CI step.                                                                   
                                                                                
                                                                                
    
   


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