yanghua commented on a change in pull request #2867:
URL: https://github.com/apache/hudi/pull/2867#discussion_r619082711
##########
File path:
hudi-flink/src/main/java/org/apache/hudi/source/StreamReadOperator.java
##########
@@ -152,6 +152,8 @@ private void processSplits() throws IOException {
return;
}
+ LOG.info("Processing input split : {}", split);
Review comment:
Can we change it to be `DEBUG` log level, considering this log would be
large?
--
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]