danny0405 commented on code in PR #9912:
URL: https://github.com/apache/hudi/pull/9912#discussion_r1371137154
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/source/StreamReadMonitoringFunction.java:
##########
@@ -226,9 +226,9 @@ public void
monitorDirAndForwardSplits(SourceContext<MergeOnReadInputSplit> cont
this.issuedOffset = result.getOffset();
LOG.info("\n"
+ "------------------------------------------------------------\n"
- + "---------- consumed to instant: {}\n"
+ + "---------- consumed {} to instant: {}\n"
+ "------------------------------------------------------------",
- this.issuedInstant);
+ conf.getString(FlinkOptions.TABLE_NAME), this.issuedInstant);
Review Comment:
I would like it to be:
---------- table: xxx
---------- consumed to instant: xxx
--
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]