BenJFan commented on a change in pull request #1475:
URL:
https://github.com/apache/incubator-seatunnel/pull/1475#discussion_r825544576
##########
File path:
seatunnel-core/seatunnel-core-base/src/main/java/org/apache/seatunnel/config/ConfigBuilder.java
##########
@@ -77,11 +78,7 @@ private Config load() {
// variables substitution / variables resolution order:
// config file --> system environment --> java properties
- Config config = ConfigFactory
- .parseFile(new File(configFile))
-
.resolve(ConfigResolveOptions.defaults().setAllowUnresolved(true))
- .resolveWith(ConfigFactory.systemProperties(),
-
ConfigResolveOptions.defaults().setAllowUnresolved(true));
+ Config config = ConfigFactory.parseFile(new
File(configFile)).resolve(ConfigResolveOptions.defaults().setAllowUnresolved(true)).resolveWith(ConfigFactory.systemProperties(),
ConfigResolveOptions.defaults().setAllowUnresolved(true));
Review comment:
Just idea automatic format feature, I will restore it
--
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]