KawYang commented on code in PR #244:
URL: https://github.com/apache/seatunnel-web/pull/244#discussion_r1910036489


##########
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:
   SEATUNEL has several placeholders for the sink in version 2.3.8, such as 
table_name. Details: 
https://seatunnel.apache.org/docs/2.3.8/concept/sink-options-placeholders



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