hudi-bot opened a new issue, #17443:
URL: https://github.com/apache/hudi/issues/17443

   Based on Danny's suggestion, we may need to fix the follow issues:
    # fix the {{RecordContext.constructHoodieRecord}} to pass the ordering 
value from buffered record into the {{HoodieEmptyRecord}} for all engines;
    # fix all the mergers merging logic: check whether there is delete records 
among old/new hoodie records, if there is, compare the ordering value of the 
record directly and returns;
    # for payload based merging, fix {{HoodieAvroRecordMerger}} and 
{{HoodiePreCombineAvroRecordMerger}} to take the same strategy as 2 for the two 
inputs hoodie records.
   
   we also need to add out of order deletes tests for 2 and 3 to validate the 
function works.
   
   ## JIRA info
   
   - Link: https://issues.apache.org/jira/browse/HUDI-9715
   - Type: Sub-task
   - Parent: https://issues.apache.org/jira/browse/HUDI-9560
   - Fix version(s):
     - 1.1.0


-- 
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