Hisoka-X commented on code in PR #7247:
URL: https://github.com/apache/seatunnel/pull/7247#discussion_r1694676984


##########
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:
   I am not sure whether we need this feature as different key names need to be 
maintained



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