leesf commented on a change in pull request #1177: [HUDI-463] Redo
hudi-utilities log statements using SLF4J
URL: https://github.com/apache/incubator-hudi/pull/1177#discussion_r363297199
##########
File path:
hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/HoodieDeltaStreamer.java
##########
@@ -385,7 +385,8 @@ public DeltaSync getDeltaSync() {
boolean error = false;
if (cfg.isAsyncCompactionEnabled()) {
// set Scheduler Pool.
- LOG.info("Setting Spark Pool name for delta-sync to " +
SchedulerConfGenerator.DELTASYNC_POOL_NAME);
+ LOG.info("Setting Spark Pool name for delta-sync to {}",
+ SchedulerConfGenerator.DELTASYNC_POOL_NAME);
Review comment:
could be in one line?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services