hutiefang76 opened a new pull request, #4359:
URL: https://github.com/apache/streampark/pull/4359

   ## What's changed
   
   Close #4315.
   
   This fixes dynamic properties parsing when a long option value is split 
across multiple lines in the textarea, for example `yarn.ship-files`. Lines 
that do not start with `-D` are now treated as continuations of the previous 
dynamic property before the existing parser runs.
   
   The existing single-line and quoted value cases continue to use the same 
parsing path.
   
   ## Verification
   
   - `JAVA_HOME=$(/usr/libexec/java_home -v 17) ./mvnw -pl streampark-common 
-Dtest=org.apache.streampark.common.util.PropertiesUtilsTestCase test`
   - `JAVA_HOME=$(/usr/libexec/java_home -v 17) ./mvnw -pl streampark-common 
test`
   - `git diff --check`
   
   Note: the local default JDK is newer than the Scala 2.12 compiler bridge 
supports cleanly, so the verification commands above explicitly use JDK 17.


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