hawk9821 commented on code in PR #7247:
URL: https://github.com/apache/seatunnel/pull/7247#discussion_r1706816847


##########
seatunnel-core/seatunnel-core-starter/src/main/java/org/apache/seatunnel/core/starter/utils/ConfigBuilder.java:
##########
@@ -36,13 +37,16 @@
 import java.util.Map;
 import java.util.Objects;
 import java.util.Optional;
+import java.util.stream.Collectors;
 
 /** Used to build the {@link Config} from config file. */
 @Slf4j
 public class ConfigBuilder {
 
     public static final ConfigRenderOptions CONFIG_RENDER_OPTIONS =
             ConfigRenderOptions.concise().setFormatted(true);
+    public static List<String> KEYWORDS =

Review Comment:
   configure privacy keywords in seatunnel's profile,i will modified.



-- 
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: commits-unsubscr...@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to