voonhous commented on code in PR #17877:
URL: https://github.com/apache/hudi/pull/17877#discussion_r2778444986
##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/streamer/HoodieStreamer.java:
##########
@@ -816,7 +818,7 @@ protected Pair<CompletableFuture, ExecutorService>
startService() {
boolean error = false;
if (cfg.isAsyncCompactionEnabled()) {
// set Scheduler Pool.
- LOG.info("Setting Spark Pool name for delta-sync to " +
STREAMSYNC_POOL_NAME);
+ log.info("Setting Spark Pool name for delta-sync to " +
STREAMSYNC_POOL_NAME);
Review Comment:
Addressed.
--
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]