You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2021/12/30 03:13:26 UTC

[GitHub] [incubator-seatunnel] simon824 commented on a change in pull request #885: [SeaTunnel #884] Fix NullPointerException caused by engine type

simon824 commented on a change in pull request #885:
URL: https://github.com/apache/incubator-seatunnel/pull/885#discussion_r776554722



##########
File path: seatunnel-core/seatunnel-core-base/src/main/java/org/apache/seatunnel/config/command/CommandSparkArgs.java
##########
@@ -43,7 +43,7 @@
 
     @Parameter(names = {"-t", "--check"},
         description = "check config")
-    private boolean testConfig = true;
+    private boolean testConfig = false;

Review comment:
       Fixed the default value of `check config`, please review this again when free, thx. @leo65535 




-- 
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-unsubscribe@seatunnel.apache.org

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