arshadmohammad commented on code in PR #244:
URL: https://github.com/apache/seatunnel-web/pull/244#discussion_r1909185013
##########
seatunnel-server/seatunnel-app/src/main/java/org/apache/seatunnel/app/utils/JobUtils.java:
##########
@@ -83,6 +87,10 @@ public static String replaceJobConfigPlaceholders(
String escapeCharacter = matcher.group(1);
String placeholderName = matcher.group(2);
+ if (SKIP_MATCH_KEY.contains(placeholderName.toUpperCase())) {
Review Comment:
What is the scenario, why want to skip placeholder pattern maching.
##########
seatunnel-server/seatunnel-app/src/main/java/org/apache/seatunnel/app/utils/JobUtils.java:
##########
@@ -83,6 +87,10 @@ public static String replaceJobConfigPlaceholders(
String escapeCharacter = matcher.group(1);
String placeholderName = matcher.group(2);
+ if (SKIP_MATCH_KEY.contains(placeholderName.toUpperCase())) {
Review Comment:
What is the scenario, why want to skip placeholder pattern maching?
--
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]