1
0

[MINOR] Fix typos in the comments of HoodieMergeHandle (#5271)

This commit is contained in:
董可伦
2022-04-10 08:51:58 +08:00
committed by GitHub
parent 3e97c88c4f
commit 15c264535f

View File

@@ -338,8 +338,7 @@ public class HoodieMergeHandle<T extends HoodieRecordPayload, I, K, O> 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.
*/