[MINOR] Fix typos in the comments of HoodieMergeHandle (#5271)
This commit is contained in:
@@ -338,8 +338,7 @@ public class HoodieMergeHandle<T extends HoodieRecordPayload, I, K, O> extends H
|
|||||||
} else if (writeUpdateRecord(hoodieRecord, oldRecord, combinedAvroRecord)) {
|
} else if (writeUpdateRecord(hoodieRecord, oldRecord, combinedAvroRecord)) {
|
||||||
/*
|
/*
|
||||||
* ONLY WHEN 1) we have an update for this key AND 2) We are able to successfully
|
* ONLY WHEN 1) we have an update for this key AND 2) We are able to successfully
|
||||||
* write the the combined new
|
* write the combined new value
|
||||||
* value
|
|
||||||
*
|
*
|
||||||
* We no longer need to copy the old record over.
|
* We no longer need to copy the old record over.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user