hudi-agent commented on code in PR #19155:
URL: https://github.com/apache/hudi/pull/19155#discussion_r3520949752
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/io/HoodieBinaryCopyHandle.java:
##########
@@ -109,8 +109,7 @@ public HoodieBinaryCopyHandle(
}
public void write() {
Review Comment:
🤖 nit: the original two-line split was actually easier to read here — this
line is now ~180+ chars. Could you keep the line break before the second
sentence? e.g. `log.info("Start to merge source files {} into target file:
{}.\n Please pay attention...", this.inputFiles, this.path);` or split the
format string across lines.
<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]