hudi-agent commented on code in PR #19333:
URL: https://github.com/apache/hudi/pull/19333#discussion_r3624595094
##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/sources/S3EventsSource.java:
##########
@@ -109,6 +113,8 @@ public void close() throws IOException {
@Override
public void onCommit(String lastCkptStr) {
+ LOG.info("S3EventsSource.onCommit: deleting {} processed messages from
queue, checkpoint={}.",
+ processedMessages.size(), lastCkptStr);
Review Comment:
🤖 nit: the `S3EventsSource.onCommit:` prefix is redundant — SLF4J already
includes the class name in the log output. Could you simplify to something like
`"Deleting {} processed messages from SQS queue, checkpoint={}."`?
<sub><i>⚠️ AI-generated; verify before applying. React 👍/👎 to flag
quality.</i></sub>
--
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]