YannByron commented on code in PR #7063:
URL: https://github.com/apache/hudi/pull/7063#discussion_r1017364310


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/io/HoodieAppendHandle.java:
##########
@@ -499,7 +501,7 @@ public List<WriteStatus> close() {
 
   public void write(Map<String, HoodieRecord<? extends HoodieRecordPayload>> 
recordMap) {
     try {
-      for (Map.Entry<String, HoodieRecord<? extends HoodieRecordPayload>> 
entry: recordMap.entrySet()) {
+      for (Map.Entry<String, HoodieRecord<? extends HoodieRecordPayload>> 
entry : recordMap.entrySet()) {

Review Comment:
   better to involve unrelated changes.



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to