From 15c264535ffbe73eac4dee6f15e0d2e65a8d4c78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=8F=AF=E4=BC=A6?= Date: Sun, 10 Apr 2022 08:51:58 +0800 Subject: [PATCH] [MINOR] Fix typos in the comments of HoodieMergeHandle (#5271) --- .../src/main/java/org/apache/hudi/io/HoodieMergeHandle.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/io/HoodieMergeHandle.java b/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/io/HoodieMergeHandle.java index d09087d88..06e752f59 100644 --- a/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/io/HoodieMergeHandle.java +++ b/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/io/HoodieMergeHandle.java @@ -338,8 +338,7 @@ public class HoodieMergeHandle extends H } else if (writeUpdateRecord(hoodieRecord, oldRecord, combinedAvroRecord)) { /* * ONLY WHEN 1) we have an update for this key AND 2) We are able to successfully - * write the the combined new - * value + * write the combined new value * * We no longer need to copy the old record over. */