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 not 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to