wangxianghu commented on code in PR #5697:
URL: https://github.com/apache/hudi/pull/5697#discussion_r882901952
##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/sources/processor/maxwell/MaxwellJsonKafkaSourcePostProcessor.java:
##########
@@ -111,9 +113,6 @@ public JavaRDD<String> process(JavaRDD<String>
maxwellJsonRecords) {
// filter out target databases and tables
if (isTargetTable(database, table)) {
-
- LOG.info(String.format("Maxwell source processor starts process table
: %s.%s", database, table));
-
Review Comment:
There will be too much logs as it is logged in a map iterate, we'd better
remove 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]